[TYPO3-english]  Re:  External Import and JSON
    Jeppe Donslund 
    jeppe at donslund.net
       
    Wed Sep 21 15:28:30 CEST 2016
    
    
  
Hi
This from the TCA (domain is changed :-) ).
If I test yhe url in the csv connector it works fine.
'external' => array(
                             0 => array(
                                     'connector' => 'csv',
                                     'parameters' => array(
                                             'filename' => 'http://www.domain.dk/typo3conf/ext/orig_carinfo/syncronizecars.php',
                                             'encoding' => 'utf-8'
                                     ),
                                     'data' => 'array',
                                     'referenceUid' => 'ID',
                                     'priority' => 10,
                                     'description' => 'Import of all company cars'
                             )
                     )
    
    
More information about the TYPO3-english
mailing list