Closed produceconsumerobot closed 1 year ago
Tested working.
Added usage notes in the PR description.
conformed PR to template. Added the required tests to the Feature test protocol sheet. @produceconsumerobot please do make sure to add, at minimum, a template test to the feature test protocol. The PR template has bee created to try and enforce that testing step.
Description
Added feature to reParse data to EmotiBitDataParser.sh
Usage
-r true
in the shell commandAfter running parser script for the first time, each individual file is moved to a new sub-directory. The parsed data is stored in the same sub directory.
If you want to rerun the parser (maybe with new settings in the
parsedDataFormat.json
file), then simple run the command./EmotiBitDataParser.sh -x "path to parser exe" -d "path to root folder" -r true
It will delete the existing parsed files from the sub-directory and re-parse the original data file.Note: The reparse will only work for sub-directories in the root folder which contain the csv file with the same same as the sub-directory.
Requirements
Issues Referenced
Documentation update
Link to a change in documentation (if any)
Testing
Results
Feature Tests
"EmotiBit Feature Test Protocol" :
DataParser shell script reParse
Steps to test
Checklist to allow merge
master
ofxEmotiBitVersion.h
Screenshots: