external_import
external_import copied to clipboard
It is unclear what the `rteEnabled` flag actually does. This needs to be investigated and - at the very least - better documented.
It would be nice to have a link from the Data module to the Log module, pre-filtering the logs on the selected configuration. This proved hard to implement a few...
The [`isEmpty` transformation](https://docs.typo3.org/p/cobweb/external_import/6.0/en-us/Administration/Transformations/Index.html#isempty) introduced with version 6.0 allows for dropping whole records in case a field is empty. This is very useful but for debugging purposes and for giving feedback...
Hi there, actually I wanted to open an issue on TYPO3-Forge but as it's external_import related I want to make sure it's really a core issue. I have an environment...
In various places, External Import uses `LocalizationUtility::translate()` from Extbase for getting localized strings. This dependency is not optimal. It would be better to inject the `LanguageService` class where needed (see...
It should be possible to apply the `multipleValuesSeparator` property at column level. This would in effect split data in the designated field and create a pseudo-denormalized data structure, like `substructureFields`...
Hi, we run the scheduler every 5 minutes to check for new/updated records. This leads to a lot of logs where nothing happened. These logs are not interesting for us...
When using several `substructureFields` and `children` configuration, the number of child records may not be correct if there are more children of one type. The count of child records will...
The `StoreDataStep` does not report properly on the number of records updated. It counts the number of records which are prepared for update and then sent to the `DataHandler`, but...
It is possible import the csv sorting without sorting field in csv? With import i mean to fill a DB sorting field with the original csv row indexes. Or exists...