Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When using the api /loaddata command, you may get the following error: 

...

Code Block
​​​​​{....
"maxJoinFieldsLengths": [
  {​​​​​​​​"joinField": "sku", "maxLength": 3}​​​​​​​​,
  {​​​​​​​​"joinField": "name", "maxLength": 4}​​​​​​​​,
  {​​​​​​​​"joinField": "attribute1", "maxLength": 1}​​​​​​​​,
  {​​​​​​​​"joinField": "attribute2", "maxLength": 1}​​​​​​​​,
  {​​​​​​​​"joinField": "attribute3", "maxLength": 1}​​​​​​​​,
  {​​​​​​​​"joinField": "attribute4", "maxLength": 1}​​​​​​​​,
  {​​​​​​​​"joinField": "attribute5", "maxLength": 3}​​​​​​​​
  ]
...}​​​​​​​​


Info

See also: