Ron
11/13/2024, 1:53 PMCeligo AI
11/13/2024, 1:54 PMAI generated answer (using internal Slack threads):Yes, you can load file records through CSV import in NetSuite. You can create a SuiteScript to create the record via CSV which are not available in standard import options. You can load the CSV file from the file cabinet, and then loop through each row to create the record needed. However, if you want to deal with large file sizes, you should not load the file yourself, instead, you should use the streaming API to feed you each line one at a time. Also, you can do a CSV import on a list/record. You just need to choose custom record/list as your type and then choose the list. If you want to directly load CSV using saved imports rather than loading via file cabinet using restlet code, you might need to clarify your requirements as it's not clear if you're trying to save a batch of CSV files in the file cabinet or not. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
11/13/2024, 1:54 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.847060442
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.845505774
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.837903142
Celigo AI
11/13/2024, 1:54 PM