keboola / ex-generic-qualtrics-preparser
This package is abandoned and no longer maintained.
The author suggests using the keboola/ex-generic-v2 package instead.
Pre-parse Qualtrics object responses
0.0.1
2015-11-09 22:54 UTC
Requires
- php: >5.4.0
- keboola/ex-generic-moduleinterface: ^0.2.0
- keboola/ex-generic-v2: *
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2022-02-01 12:52:50 UTC
README
Uses an object from within the response object (or the entire response), and converts the object to an array, while appending each item with its key from the object in a keyColumn
field.
Configuration
The component is configured in job configuration, and shouldn't be used with 'dataField'
- parseObject
- path:
.
separated path to the object to convert into results array - keyColumn: (
rowId
) column name to store the key from the object
- path:
Installation
composer require "keboola/ex-generic-qualtrics-preparser"
php ./console.php gex:module add ./vendor/keboola/ex-generic-qualtrics-preparser/config.yml