Skip to main content

Notifications

Announcements

No record found.

Dynamics 365 Community / Forums / Finance forum / Import JSON file with ...
Finance forum
Answered

Import JSON file with arrays using ER configuration

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 11,173 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

Anton Venter – Community Spotlight

Kudos to our October Community Star of the month!

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,532 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,501 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans