Este proyecto genera un archivo CSV con una columna llena de ruts aleatorios, distintos y verificados.
- Clone this repository.
- npm install
- npm start
- Change the TARGET value in the code to set te quantity of generated runs in the final CSV.
- Cambia el valor de la constante TARGET para cambiar la cantidad de runs generados en el archivo CSV.
- Change the FILENAME constant in the code to set the name of the final filename.
- Cambia la constante FILENAME en el codigo para establecer el nombre del archivo final.
Thanks / Gracias.