- Issue created by @eelkeblok
- 🇬🇧United Kingdom steven jones
Confirmed, yeah, that's totally broken eh?
- 🇬🇧United Kingdom steven jones
As per 🐛 Batch XML export with multiple root nodes Closed: duplicate this is an issue for XML too.
I still need to do more investigation, but it seems this module is producing invalid JSON when using it as an export format when multiple batches are needed for the export. We've seen it adding ending and beginning array markers back to back (][) in the output format, where the output should be one large array. This is probably because individual batches are JSON encoded and then concatenated. In order to produce a valid JSON file, we may need to do some post-processing on the resulting file.
(Preliminary.. Like I said, we need to do more investigating, but wanted to get this "out there").
Note sure yet. Probably some post-processing on the batch result to produce a valid JSON file. This might itself actually run into memory issues, which we were using data export to circumvent in the first place.
None.
None.
None.
Active
1.4
Code
Confirmed, yeah, that's totally broken eh?
As per 🐛 Batch XML export with multiple root nodes Closed: duplicate this is an issue for XML too.