Skip to main content

Notifications

Announcements

No record found.

Finance | Project Operations, Human Resources, ...
Answered

Import JSON file with arrays using ER configuration

(0) ShareShare
ReportReport
Posted on by 7
Hi Friends,
 
 
We have a requirement to import a JSON file with data array into dynamics 365 using ER configuration.
Sample file is as below:
[
    {
       /Id/: /As235dd/, 
    /Invoice/: {
        /InvNumber/: /b22c1930bbcf226949ec3d5f2dd38f6e9640f0614fae44c2094fed11f314ff56/
        }
   }
]
 
We could able to import the file without array brackets in the file as shown below:

    {
       /Id/: /As235dd/, 
    /Invoice/: {
        /InvNumber/: /b22c1930bbcf226949ec3d5f2dd38f6e9640f0614fae44c2094fed11f314ff56/
        }
   }
 
 
I have tried adding DataArray object in the format of the ER configuration, but I get error as
Input file in Json format can not be deserialised.
 
 
Need help on this.
Thank you
  • Suggested answer
    Import JSON file with arrays using ER configuration
    I will try to replace [] in response through code, but we could not able to handle through ER config.
  • Verified answer
    Alireza Eshaghzadeh Profile Picture
    Alireza Eshaghzadeh 13,103 Super User 2024 Season 2 on at
    Import JSON file with arrays using ER configuration
    Hi Naga,
    Have you tried to use Replace function or translate function to remove brackets?
  • Kevin Xia Profile Picture
    Kevin Xia Microsoft Employee on at
    Import JSON file with arrays using ER configuration
    Hi,
    You can check out this old thread, who asked questions who has a problem with JSON (de-)serialization: Serialize X++ objects to JSON (dynamics.com).
    Best regards,
    Kevin

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Congratulations 2024 Spotlight Honorees

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December

Congratulations to our December super stars! 🥳

Start Your Super User Journey

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,711 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,458 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans