Re: [TYPO3-english] External Import and JSON

2016-09-23 Thread François Suter
Hi, I have en ordinary textarea and I just wan't the comma seperated list of file names. I remember doing something similar quite a long while ago, but I'm not exactly sure how I achieved it. This is surely feasible with either the preprocessRawRecordset or preprocessRecordset hook [1].

Re: [TYPO3-english] External Import and JSON

2016-09-23 Thread François Suter
Hi Jeppe, Glad you solved you other issues. What if a node has child nodes? I do not get the values from "Pictures" into the database. That is currently not handled by External Import. Maybe it could be done using a hook, but I'm not too sure, as images involve registering them with FAL

Re: [TYPO3-english] External Import and JSON

2016-09-23 Thread François Suter
Hi Jeppe, I want to use the extension externalimport to import external data into my TYPO3. Have you solved your issue? Cheers -- Francois Suter Work: Cobweb Development Sarl - http://www.cobweb.ch TYPO3: Help the project! - http://typo3.org/contribute/ Appreciate my work? Support me -

Re: [TYPO3-english] External Import and JSON

2016-09-21 Thread François Suter
Hi Jeppe, 'connector' => 'csv', 'parameters' => array( 'filename' => 'http://www.domain.dk/typo3conf/ext/orig_carinfo/syncronizecars.php',

Re: [TYPO3-english] External Import and JSON

2016-09-21 Thread François Suter
Hi Jeppe, But I get this error: Data could not be fetched (connector error: No JSON data has been defined.) This happens when no URI for the JSON file has been defined. So I suspect that you have an error in your TCA configuration (the "ctrl" part). Could you post it here for verification?

[TYPO3-english] External Import and JSON

2016-09-20 Thread Jeppe Donslund
I want to use the extension externalimport to import external data into my TYPO3. I insert the path to an php file in the TCA as desrbed in the documentation. Taht php file returns valid JSON. But I get this error: Data could not be fetched (connector error: No JSON data has been defined.)