Json files with data will be created into `scripts/data` folder.
Json files with data will be created into `scripts/data` folder.
ACH script `importData.bat` will load the content of the file into your CouchDB (database of your dev stack). Launch it using following commands:
ACH script `importData.bat` will load the content of the file into your CouchDB (database of your dev stack). Launch it using following commands:
On Windows:
```sh
```sh
cd scripts
cd scripts
./importData.bat
./importData.bat
```
```
On Linux:
```sh
cd scripts
./importData.sh
```
!!! info ""
!!! info ""
If you cannot execute `ACH` after this command, it may be because you do not have the directory where yarn stores its symbolic links in your `PATH`. Edit it to append the result of `yarn global bin`.
If you cannot execute `ACH` after this command, it may be because you do not have the directory where yarn stores its symbolic links in your `PATH`. Edit it to append the result of `yarn global bin`.