Feature request
Please add a global or workspace-level setting that controls the default value for Hide First N Rows.
Currently, the hidden-row count is stored per file. Users working with many CSV files that share the same structure must run CSV: Hide First N Rows and enter the value for every new file.
Proposed setting
"csv.defaultIgnoreRows": 0
The setting could default to 0 to preserve current behavior. A per-file value should override the global or workspace default.
Use case
Oracle Integration Cloud lookup CSV files contain a five-column metadata row before the actual table header. I need to hide the first row in every lookup file so the second row is displayed as the spreadsheet header.
A workspace-level value of 1 would make editing large collections of these files much easier while preserving the metadata row.
Feature request
Please add a global or workspace-level setting that controls the default value for Hide First N Rows.
Currently, the hidden-row count is stored per file. Users working with many CSV files that share the same structure must run
CSV: Hide First N Rowsand enter the value for every new file.Proposed setting
The setting could default to
0to preserve current behavior. A per-file value should override the global or workspace default.Use case
Oracle Integration Cloud lookup CSV files contain a five-column metadata row before the actual table header. I need to hide the first row in every lookup file so the second row is displayed as the spreadsheet header.
A workspace-level value of
1would make editing large collections of these files much easier while preserving the metadata row.