flatterer icon indicating copy to clipboard operation
flatterer copied to clipboard

set desired column names?

Open tooptoop4 opened this issue 2 years ago • 1 comments

is there option to rename the column headers in the final csvs?

tooptoop4 avatar Feb 09 '24 22:02 tooptoop4

@tooptoop4

The fields.csv file is intended for changing column names.

Documented: https://flatterer.opendata.coop/index.html#fields-csv and https://flatterer.opendata.coop/options.html#fields-file

You can get the fields.csv file by running flatterer against your data and then modifying the field_title column and using it as an input to the next run.

kindly avatar Feb 10 '24 01:02 kindly