Skip to content

2.2.0

Compare
Choose a tag to compare
@fsuter fsuter released this 23 Jan 19:57
· 57 commits to master since this release

Usage of the new \Cobweb\Svconnector\Utility\FileUtility class from the base extension makes it possible to use all of the following syntaxes to point to a file:

  • absolute file path: /var/foo/web/fileadmin/import/bar.csv
  • file path relative to the TYPO3 root: fileadmin/import/foo.csv
  • file path using "EXT:": EXT:foo/Resources/Private/Data/bar.csv
  • fully qualified URL, e.g. http://www.example.com/foo.csv
  • FAL reference with storage ID and file identifier: FAL:2:/foo.csv
  • custom syntax: MYKEY:whatever_you_want (see the svconnector manual)