Scenario:
- I create an ICL file using the API and the JSON structure, where bundleControl is missing
- That call works
- I call
/content to get the raw (X9) file
- That call works as well
- I use that raw file to create another ICL file using the API
- That call crashes with a certain error message
Issues:
- It seems like bundleControl is required when using X9 files, but when using a JSON structure during the API call, it works
- The error message is misleading (
parsing file: line:7 record:ImageViewData *imagecashletter.FileError LineNumber unexpected EOF or parsing file: line:18 record:ImageViewData *imagecashletter.FileError RecordLength Must be at least 80 characters and found 0)
Unfortunately I can't attach a sample file. However, it's pretty simple to reproduce:
- Take an ICL JSON file
- Parse it to get the raw file
- Parse the raw, works
- Use the ICL JSON file but remove bundleControl (The whole key from the structure, dot not only use
{})
- Parse it to get the raw file
- Parse the raw, error
Thank you!
Scenario:
/contentto get the raw (X9) fileIssues:
parsing file: line:7 record:ImageViewData *imagecashletter.FileError LineNumber unexpected EOForparsing file: line:18 record:ImageViewData *imagecashletter.FileError RecordLength Must be at least 80 characters and found 0)Unfortunately I can't attach a sample file. However, it's pretty simple to reproduce:
{})Thank you!