You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to import from a csv into multiple matrix blocks of the same type. We have a big matrix block with various types of content like accordions, text, images, etc. So the user can add a text block followed by an image block, then more text and so on.
I got it going using the json below but unfortunately our client is sending content through a spreadsheet, I've tried converting csv to json, etc but having no luck going that route.
<MatrixBlock> <Overview>Overview test</Overview> <HowItsUsed>How this product is used test</HowItsUsed> </MatrixBlock>
So ideally the 'Overview' and 'HowItsUsed' columns in the csv would import into two different matrix blocks, but each block uses the same block type, if that makes sense?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm attempting to import from a csv into multiple matrix blocks of the same type. We have a big matrix block with various types of content like accordions, text, images, etc. So the user can add a text block followed by an image block, then more text and so on.
I got it going using the json below but unfortunately our client is sending content through a spreadsheet, I've tried converting csv to json, etc but having no luck going that route.
<MatrixBlock> <Overview>Overview test</Overview> <HowItsUsed>How this product is used test</HowItsUsed> </MatrixBlock>
So ideally the 'Overview' and 'HowItsUsed' columns in the csv would import into two different matrix blocks, but each block uses the same block type, if that makes sense?
Additional info
Beta Was this translation helpful? Give feedback.
All reactions