Hi,
I wanted to inquire whether it is possible to export pivot table data into a CSV file using SuiteScript?
n
NElliott
05/15/2023, 8:12 AM
You can create CSV files in SuiteScript, what you put in them is up to you, so as long as you can access the data and manipulate the data to create the output format I'd say yes.
h
humzariaz
05/15/2023, 8:32 AM
Thanks for the response @NElliott, My actual ask is if NetSuite supports pivot table data access via Suitescript?
n
NElliott
05/15/2023, 8:34 AM
What "pivot table access"? Are you talking about workbooks/datasets?
h
humzariaz
05/15/2023, 9:19 AM
yes
n
NElliott
05/15/2023, 9:54 AM
There's an n/dataset and n/workbook module take a look at those to see if this gives you access to the data you're looking for to write code to output the data to CSV. I've never worked with either beyond some out of hours investigation so it's not familiar to me I'm afraid to advise further.