Status:
Vuo version:
Fixed in Vuo version:
OS version:
- macOS 11
CPU architecture:
Intel x86_64
How severely does this bug affect you?:
●●●○ — It prevents me from completing a specific task with Vuo.
Steps causing the bug to occur:
- Make table in Excel
- Export as either of the following: CSV, CSV-UTF8, Tab separated TXT, Macintosh CSV, MS-DOS CSV
- Fetch table in Vuo
- No items in table
Have you found a workaround?:
No
Comments
Have you tried exporting a
Have you tried exporting a CSV from Numbers.app? Same thing (on Norwegian macOS install)?
The problem is that Fetch
The problem is that
Fetch Table
only handles commas and tabs as separators. If, based on your region settings, Excel is using a comma for the decimal point, then exported CSVs will use a semicolon as the column separator.Thanks for reporting this bug, @MartinusMagneson. We'll modify
Fetch Table
(andMake Table from Text
andFormat Table
) to correctly handle this case.If you have the option to format the file differently when exporting from Excel, that would be one workaround. Or you could do a quick-and-dirty search-and-replace as in the attached composition (which wouldn't correctly handle quoted/escaped separators).
Fetch_Table_-_Replace_Text.vuo
In Vuo 2.4.1 we updated the
In Vuo 2.4.1 we updated the
Fetch Table
andMake Table from Text
nodes to handle CSV files with either commas or semicolons as separators. For details, see the documentation for those nodes.