1.0.1 • Published 7 years ago
uuid-mapper-extract-util v1.0.1
uuid-mapper-extract-util
To parse content of form, interview files to create UUID mapping.
This util parses, and formats data form-base.json and interview-base.jsons into UUID mapped data which is consumed by the UUID Mapper VSCode extension plugin.
How To Use
- Open
uuid-mapper-vscode-extproject. - Install this package from npm/ yarn. Fx,
npm i uuid-mapper-extract-util -Doryarn add uuid-mapper-extract-util requirethis package. Fx,const extractUtil = require('uuid-mapper-extract-util')- Use it accordingly.
extractUtil.getMasterJsonContent(filePath1, filePath2).
See uuid-mapper-vscode-ext code for usage details.
Note
- This plugin is currently configured to be used with
uuid-mapper-vscode-extonly.
1.0.1
7 years ago