XML to Google Sheet | Issue with multi level XML

I am trying to create a flow that takes an xml feed and ultimately creates CMS items in Webflow. My first step in this is to output the XML data into a Google Sheet to then push to Webflow.

I am having issue with getting my xml to output more than one line into Google Sheets however.

I have followed the various topics on here about using an Interator and an Array Aggregator.

I think the issue might be the format of my xml. This https://playground.ticketsolve.com/shows.xml is an example of the structure.

What I need to create is a row that takes details from the level (start time, date etc), level (title) and level (venue name) and put it into each row. With each event being each new row (so there may be more than one showing of a show but I need each one to be a line in Google Sheets).

This is my current setup that only gives me one row.




Any help gratefully appreciated.

Welcome to the Make community!

1. Screenshots of module fields and filters

Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:
Screenshot_2023-10-07_111039

2. Scenario blueprint

Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826
(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

3. And most importantly, Input/Output bundles

Please provide the input and output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
Screenshot_2023-10-06_141025

A.

Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

Uploading them here will look like this:

module-1-input-bundle.txt (12.3 KB)
module-1-output-bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:
    Screenshot_2023-10-02_191027

Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

Following these steps will allow others to assist you here. Thanks!

2 Likes

Still struggling with this issue. Here are the blueprint and output modules for some more context.

blueprint.json (64.9 KB)
getfile.txt (266.8 KB)
parsexml.txt (4.5 MB)
iterator.txt (4.5 MB)
aggregator.txt (4.5 MB)
googlesheets.txt (385 Bytes)

Looks like Data Structures cannot be exported/imported together with the blueprint.

In this case you should contact support for further assistance.

Alternatively, you can find another way that doesn’t involve data structures, like scraping the web page directly, or finding an RSS or JSON feed.

1 Like