Open freshface opened 3 years ago
Update:
This is the data L:29 on ->insertAll() is using:
array:3 [
0 => array:5 [
"title" => "Nederlandse versie"
"updated_by" => "7f4d8694-0a90-4265-8158-f305cf70887d"
"updated_at" => 1612357967
"omschrijving" => null
"logo" => null
]
1 => array:5 [
"title" => "Naam van de erkinning"
"updated_by" => "7f4d8694-0a90-4265-8158-f305cf70887d"
"updated_at" => 1612357804
"omschrijving" => array:1 [
0 => array:2 [
"type" => "paragraph"
"content" => array:1 [
0 => array:2 [
"type" => "text"
"text" => "Omschrijving"
]
]
]
]
"logo" => "erkenningen/afbeeldingen/20191117-mdb-215e2ad1b2ee6b5.jpg"
]
2 => array:5 [
"title" => "Titel erkenning"
"updated_by" => "7f4d8694-0a90-4265-8158-f305cf70887d"
"updated_at" => 1612353637
"omschrijving" => array:1 [
0 => array:2 [
"type" => "paragraph"
"content" => array:1 [
0 => array:2 [
"type" => "text"
"text" => "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas faucibus mollis interdum. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Curabitur blandit tempus porttitor."
]
]
]
]
"logo" => null
]
]
Makes sense. I am not sure how to represent an array in CSV format. Do you have any ideas?
My idea right now, would be to omit arrays from the export.
Hi, As a comma seperated string? So we can handle linked taxonomies?
Hi, Wondering if you had time to look at this :)
Hello, i'm having the same problem.
I have a product and the product has linked reviews... i would like to export all products with reviews
Hi
Got the following error in the plugin. Working whith Statamic v3.0.40