You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First things first: Great tool, thank you for providing it for free.
Sometimes, CSV data is produced in which fields are all categorically double-quoted.
For instance, PowerShell's Export-Csv and ConvertTo-Csv cmdlets produce such data; e.g.:
It would be great if there were an option to strip these double quotes, so they don't show up in the output table.
In that context, quoting-aware parsing would be helpful, as any embedded, chars. (in double-quoted fields) aren't currently recognized as such (see last column of last row) which relates to #47.
First things first: Great tool, thank you for providing it for free.
Sometimes, CSV data is produced in which fields are all categorically double-quoted.
For instance, PowerShell's
Export-Csv
andConvertTo-Csv
cmdlets produce such data; e.g.:It would be great if there were an option to strip these double quotes, so they don't show up in the output table.
In that context, quoting-aware parsing would be helpful, as any embedded
,
chars. (in double-quoted fields) aren't currently recognized as such (see last column of last row) which relates to #47.Thus, instead of:
It would be great to have:
The text was updated successfully, but these errors were encountered: