0.3.18 • Published 10 months ago

@xata.io/importer v0.3.18

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

Importer

Read data from a file:

npx @xata.io/importer file.csv --columns "a,b,c" --table tableName

For reading data from stdin, use - as the file name

csv-generator-script | npx @xata.io/importer - --columns "a,b,c" --table tableName

Most flags are optional. If no columns are specified, the application will use the CSV headers as column names, normalizing them to remove whitespaces and using pascalCase.

If the CSV file has no header, use --noheader in order to interpret the first line as data.

0.3.18

11 months ago

0.3.17

11 months ago

0.3.16

11 months ago

0.3.15

11 months ago

0.3.14

1 year ago

0.3.13

1 year ago

0.3.12

1 year ago

0.3.11

1 year ago

0.3.10

1 year ago

0.3.8

1 year ago

0.3.9

1 year ago

0.3.6

1 year ago

0.3.7

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.0

2 years ago