CSV Data

Storing and working with CSV data in BlobCity

The BlobCity DB supports insert of data in CSV format. This can be individual records or a complete CSV file that is imported in bulk. Inserted CSV data is converted into JSON and then stored inside the database.

The functioning of the CSV storage is exactly same as that of the JSON storage explained in earlier sections. CSV data can be loaded into the database using the import-csv command over CLI or REST interface. The data once imported can be queried using standard SQL queries.