Problem
When scheduling a Remote CSV Data Import, the job may fail with the following error:
Could not guess the delimiter.
Use `vroom(delim =)` to specify one explicitly.
This happens because the system cannot automatically detect the delimiter (such as a comma, tab, or semicolon) in your CSV file.
Workaround
To fix this, you need to manually specify the delimiter in the import dialog:
-
Open the Remote CSV Data Import dialog.
-
Select the correct Data Separator from the dropdown (e.g., comma, tab, semicolon):
-
Preview the data to ensure it displays correctly.
-
Click Update.
-
Republish the data to the server.
This ensures that the scheduler uses the correct delimiter during automated imports.