Ok, quick question, am I correct in saying I shoul...
# suitescript
s
Ok, quick question, am I correct in saying I should use the function
map()
to parse each CVS row and write that whole row as a string to the context. Do I then use the function
reduce()
to split the row into (individual?) key value pairs? Then I use the function
summarize()
to update the Inventory Number record?