Specifying Column Order when Exporting CSV
Answered
When exporting data as csv, is it possible to specify the column order?
It would make our import/exports into Google Sheets a lot easier.
When exporting data as csv, is it possible to specify the column order?
It would make our import/exports into Google Sheets a lot easier.
There is a work-around solution. NoSQLBooster can export query results. You can add field selection(.project) and sorting methods(.sort) to the query. You can also use the one-click projecting and one-click sorting operation to generate related query code. Then export the query to a CSV file.
BTW, you can export the dataset to excel and then use excel for field selection and sorting.
For example:
There is a work-around solution. NoSQLBooster can export query results. You can add field selection(.project) and sorting methods(.sort) to the query. You can also use the one-click projecting and one-click sorting operation to generate related query code. Then export the query to a CSV file.
BTW, you can export the dataset to excel and then use excel for field selection and sorting.
For example:
Replies have been locked on this page!