- Run on your db the following command to find what is the largest value of the column user_in in the table 'memberships':
SELECT MAX(user_id) FROM memberships
- Run the following command:
npm install
- Run the following command:
node index.cjs -i path_to_xlsx_file -c id_of_club -u largest_user_id
node index.cjs -i "jimalaya.xlsx" -c 2400 -u 2