Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I am trying to get data from a web call. The API generates a data set that I need to convert to a CSV in a step. However, when I try to work with the data every field gets an "An unexpected error occurred" message on every field.
I have searched and could not find anything on why this might be happening.
Solved! Go to Solution.
Hi @KGuthrie-NF - it is difficult to trouble-shoot across this forum. Here is what I would try to understand the issue.
Hi @KGuthrie-NF - it is difficult to trouble-shoot across this forum. Here is what I would try to understand the issue.
It worked perfectly. The new Source statement is:
Source = Csv.Document(Binary.Buffer(Web.Contents("https://.......7")),[Delimiter=","])