What's New

New updates and improvements to DataScrape

← Back

🤓 Nested json for export rules

Improvement
If the api you want to post on requires nested fields you can know apply a dot notation for your export rule.

for exemple 
job.details.salary
 creates
{"job": 
  {"details":
    {"salary": "value"}
  }
}

You did not get it ?
That's fine. Feel free to chat with me and I will be pleased to setup this up for you