dataset-xml
Version:
Read Dataset-XML format in JavaScript
22 lines (18 loc) • 478 B
Markdown
dataset-xml
===========
Read Dataset-XML file format in JavaScript
To add dataset-xml to your project, run
```
npm install dataset-xml
```
Read full contents of a Dataset-XML file
```
import { read } from 'dataset-xml';
let result = await read(pathToFile);
```
* [**Dmitry Kolosov**](https://www.linkedin.com/in/dmitry-kolosov-91751413/)
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.