Any idea how easy or difficult it is to create a s...
# suitescript
l
Any idea how easy or difficult it is to create a script that will automatically create a Deposit transaction (Make Deposits) using CSV file? Are there any resources where I can start with?
You might want to use a csv library like PapaParse if there is a chance of quoted commas inside field values
l
Thank you!