joesasson / needless

Google Apps Script that automates data entry
MIT License
0 stars 0 forks source link

Fix zip code for Nordstrom Dropship #10

Open joesasson opened 5 years ago

joesasson commented 5 years ago

I just have to add a zero if string is shorter than 5 before adding the apostrophe on this line:

https://github.com/joesasson/needless/blob/master/src/nordstromDs/nordstromInv.ts#L73

joesasson commented 5 years ago

This solution ultimately doesn't work when downloaded as a csv, it just gets truncated by excel again