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
We are looking to import csv with arrays of refs, is there a way to do this with the importer?
Examples code with a ref to another file - ref is currently a single ref but we have records which have multiple refs.
data/test1.csv:
class: test1
fields:
- name: id
type: ref
- name: name
type: string
ignoredFields:
- id
data/test2.csv:
class: test2
fields:
- name: user_id
type: ref(test1) # We would like this to be an array of brands
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hi
We are looking to import csv with arrays of refs, is there a way to do this with the importer?
Examples code with a ref to another file - ref is currently a single ref but we have records which have multiple refs.
Thank you in advance!
The text was updated successfully, but these errors were encountered: