Can anybody point me in the direction of a tutorial about configuring a Business Central Data Exchange Definition for importing Json data? I've created ones in the past to handle CSV data, but not Json.
This requirement is to work in conjunction with a Currency Exchange Rate Services set-up.
Here's the format I need to handle:-
{
/disclaimer/: /Usage subject to terms: https://openexchangerates.org/terms/,
/license/: https://openexchangerates.org/license/,
/timestamp/: 1692266400,
/base/: /USD/,
/rates/:
{
/AED/: 3.67305,
/AFN/: 84.67614,
/ALL/: 96.873903,
/CAD/: 1.352029,
/CHF/: 0.879243,
/EUR/: 0.919645,
/GBP/: 0.786105,
/USD/: 1
}
}
Thanks in advance for any help.