Hi team, happy Tuesday. Im encountering an issue w...
# gd-beginners
a
Hi team, happy Tuesday. Im encountering an issue when I attempt to upload a CSV file for a data source, I wonder if there's a size limit to such? I was able to obtain the trace id:
f02cb1a851046065f722fc1c9893fe44
, also if it helps, i've taken a screenshot of the
Network tab
m
Hi Alson, thank you for providing the related TraceID, this is very helpful. From our logs, we can see the following issue:
Copy code
INVALID_ARGUMENT: CSV parser got out of sync with chunker. This can mean the data file contains cell values spanning multiple lines
Can you please review your CSV file and please make sure that your CSV file adheres to the formatting guidelines outlined in our documentation here: https://www.gooddata.com/docs/cloud/connect-data/csv/
a
thanks @Michael Ullock, I'll look up further. However I wonder for an error like
CSV parser got out of sync with chunker. This can mean the data file contains cell values spanning multiple lines
, which section should I refer to in the Documentation link provided?
i
Hi @Alson Yap, based on the error I'd focus on newlines and separators. You can also use some free CSV validators if unsure and if allowed by your company.
🙏 1