README
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-ext
project. - Install this package from npm/ yarn. Fx,
npm i uuid-mapper-extract-util -D
oryarn add uuid-mapper-extract-util
require
this 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-ext
only.