Consulting

Results 1 to 3 of 3

Thread: Need Help Converting a JSON file to new format

  1. #1

    Need Help Converting a JSON file to new format

    Hello,

    Need a little help as I have about 90 Json files i need to extract information from to a new format. On the example is a portion of a sample Json file that I am using. The expected outcome page is how the information should look after the reformat. On the Json file the only information I'm looking to grab is the Name, Value and the Machines associated with those two values. If no machines are listed, it would just be blank as row 1 on the expected outcome sheet shows. Any help is greatly appreciated.Json Example.xlsx

  2. #2
    VBAX Sage
    Joined
    Apr 2007
    Location
    United States
    Posts
    8,728
    Location
    You have ~90 JSON files

    Q1. In same folder?
    Q2. Do you want to do all of them at once?
    Q3. Where do you want the 'filtered' data to go: into a new sheet in each workbook? On a 'master' list with all ~90 results on one sheet?
    ---------------------------------------------------------------------------------------------------------------------

    Paul


    Remember: Tell us WHAT you want to do, not HOW you think you want to do it

    1. Use [CODE] ....[/CODE ] Tags for readability
    [CODE]PasteYourCodeHere[/CODE ] -- (or paste your code, select it, click [#] button)
    2. Upload an example
    Go Advanced / Attachments - Manage Attachments / Add Files / Select Files / Select the file(s) / Upload Files / Done
    3. Mark the thread as [Solved] when you have an answer
    Thread Tools (on the top right corner, above the first message)
    4. Read the Forum FAQ, especially the part about cross-posting in other forums
    http://www.vbaexpress.com/forum/faq...._new_faq_item3

  3. #3
    Moderator VBAX Wizard Aussiebear's Avatar
    Joined
    Dec 2005
    Location
    Queensland
    Posts
    5,060
    Location
    Remember To Do the Following....
    Use [Code].... [/Code] tags when posting code to the thread.
    Mark your thread as Solved if satisfied by using the Thread Tools options.
    If posting the same issue to another forum please show the link

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •