[TYPO3-english] External Import and JSON
François Suter
fsu-lists at cobweb.ch
Wed Sep 21 16:54:03 CEST 2016
Hi Jeppe,
> 'connector' => 'csv',
> 'parameters' => array(
> 'filename' =>
> 'http://www.domain.dk/typo3conf/ext/orig_carinfo/syncronizecars.php',
> 'encoding' => 'utf-8'
> ),
Hmm, I thought you said you tried to import JSON data? In such a case,
the value for "connector" would be "json", and the property for pointing
to the source would be "uri" and not "filename" (I know it's a bit
inconsistent, the usage of "filename" in the CSV connector is historical).
The above configuration seems okay if syncronizecars.php returns CSV data.
Cheers
--
Francois Suter
Work: Cobweb Development Sarl - http://www.cobweb.ch
TYPO3: Help the project! - http://typo3.org/contribute/
Appreciate my work? Support me -
http://www.monpetitcoin.com/en/francois/support-me/
More information about the TYPO3-english
mailing list