JnLlnd / CSVBuddy

CSV Buddy helps you make your CSV files ready to be imported by a variety of software. Load/save/export files with various delimiters and lots of options. Freeware.
http://code.jeanlalonde.ca/csvbuddy
32 stars 5 forks source link

Reuse column(s) to create a new column #53

Open JnLlnd opened 2 years ago

JnLlnd commented 2 years ago

Reuse fields allowing, when loading a file or using the Select command, to create a new field based on the content of previous fields in each row

Configurable reuse opening and closing delimiters in the "Options" tab (by default "[]"). Choose characters that won't be used in other fields name.

Reuse specifications used in a CSV import file header or in the "Select fields" text box in two parts: 1) fields to reuse and format, 2) new field name, "[[fields and format][name]]"

Requirements:

JoeGlines commented 2 years ago

Thanks for the update Jean!

JnLlnd commented 2 years ago

I decided to simplify the reuse specifications used in a CSV import file header or in the "Select fields" text box. There were no benefits to have the fields list in a separate section ("[[field(s)][format][name]]"). I changed the specs to merge the fields name and the format. See the new description above.