I’m trying to add a Feed for our Eramba Account Review using the API, I already read the documentation and followed the steps explained by Kisero, but when I send the request I get the error "A validation error occurred: pull_validation.pull - Incorrect feed format. Row #1 could not be processed as it does not meet the template format, the error we got error is (Row appears to be incomplete).; ".
I don’t know what I’m doing wrong. I used the same example as de documentation, and tried all .csv formats available in Excel.
It’s been a minute since I did one of these, but I think the importer is expecting 3 columns. You’ve only got two columns of data, so excel won’t add another comma after the second. Try putting dummy data in the third and see what happens?
This is a pretty annoying behaviour with Windows/Excel. Some Windows regional settings use semicolons as delimiters instead of commas. Here is a more detailed explanation if you are interested