Skip to content

Commit 1494de3

Browse files
fix: Formatting of headings
1 parent b2515fe commit 1494de3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ your_output_dir
147147
└── person_type.csv
148148
```
149149

150-
##### [Import via HTTP]
150+
##### Import via HTTP
151151

152152
Then import the files as you would any other; here's an example insert into CockroachDB:
153153

@@ -177,7 +177,7 @@ CSV DATA (
177177
WITH skip='1', nullif = '', allow_quoted_null;
178178
```
179179

180-
##### [Import via psql]
180+
##### Import via psql
181181

182182
If you're working with a remote database and have access to the `psql` binary, try importing the CSV file as follows:
183183

@@ -186,7 +186,7 @@ psql "postgres://root@localhost:26257/defaultdb?sslmode=disable" \
186186
-c "\COPY public.person (id, full_name, date_of_birth, user_type, favourite_animal) FROM './csvs/person/person.csv' WITH DELIMITER ',' CSV HEADER NULL E''"
187187
```
188188

189-
##### [Import via nodelocal]
189+
##### Import via nodelocal
190190

191191
If you're working with a remote database and have access to the `cockroach` binary, try importing the CSV file as follows:
192192

0 commit comments

Comments
 (0)