external_import
external_import copied to clipboard
Hello ! I've got a problem reading a JSON file and it seems to be a matter of file size. The JSON import was successful some month ago and nothing...
The preview features allows for downloading the previewed data. But there's a confusion in the underlying code: - first of all, there are 2 ways to indicate that the data...
is it possible to using translations in value mapping? like: ``` 'transformations' => [ 10 => [ 'mapping' => [ 'valueMap' => [ 1 => 'LLL:EXT:my_ext/Resources/Private/Language/locallang.xlf:tx_myext.season.spring', 2 => 'LLL:EXT:my_ext/Resources/Private/Language/locallang.xlf:tx_myext.season.summer', 3...
In the case of select-type fields (single, multiple, tree, IRRE) it must be possible to set them to having no relations if the external data contains a `null` value. With...
is it possible to make a transformation for a substructureFields field with child records? my data: ``` airbag FRONT_AND_SIDE_AND_MORE_AIRBAGS alloyWheels true radio DAB [...] ``` my approach: ``` 'xpath' =>...
Question: Handle import of 1:m (single select) table relation if record in foreign table is missing
Is there a function in the base that creates a record when mapping to another table (1:m single select) if it is not found? e.g.: my Import: ``` [...] Car...
HI, I need to import 2 different CSVs in 1 Table. My setting is to import it, in 2 different Steps. Step1: From the FILE1 I import 2 Values **Field1**...
I have the following requirements: I have imported datasets (svconnector_json). However, the translations for these datasets require an API call (JSON), where the ID of each individual record is needed....