Skip to content

Commit 0394483

Browse files
Apply suggestions from code review
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 61d0dd2 commit 0394483

File tree

1 file changed

+3
-3
lines changed
  • src/content/docs/d1/tutorials/import-to-d1-from-csv

1 file changed

+3
-3
lines changed

src/content/docs/d1/tutorials/import-to-d1-from-csv/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In this tutorial, you will learn how to import a CSV file to D1 using the Wrangl
2020

2121
<Render file="prereqs" product="workers" />
2222

23-
## 1. Install and Verify Wrangler
23+
## 1. Install and verify Wrangler
2424

2525
You'll use Wrangler to interact with D1. If you don't have it installed, follow the steps in the [Wrangler installation guide](/workers/wrangler/install-and-update/).
2626

@@ -30,7 +30,7 @@ If you're unsure if Wrangler is installed, run the following command to verify:
3030
wrangler --version
3131
```
3232

33-
## 2. Set up a D1 Database
33+
## 2. Set up a D1 database
3434

3535
You can create a D1 database using the [Wrangler CLI](/workers/wrangler/install-and-update/) using the following command:
3636

@@ -50,7 +50,7 @@ database_name = "d1-csv-tutorial"
5050

5151
## 3. Convert CSV to SQL
5252

53-
D1 does not support importing CSV files directly. You need to convert your CSV to a SQL file. If you don't have a CSV file, you can use the NASA meteorite dataset from [here](https://data.nasa.gov/Space-Science/Meteorite-Landings/gh4g-9sfh/about_data).
53+
D1 does not support importing CSV files directly. You need to convert your CSV to a SQL file. If you don't have a CSV file, you can use the NASA meteorite dataset available on the [NASA data portal](https://data.nasa.gov/Space-Science/Meteorite-Landings/gh4g-9sfh/about_data).
5454

5555
You'll be using SQLite to convert your CSV to a SQL file. For instructions on installing SQLite, refer to the [SQLite installation guide](https://www.sqlite.org/download.html).
5656

0 commit comments

Comments
 (0)