Hello Devs, I built a small Chrome extension that...
# suitescript
m
Hello Devs, I built a small Chrome extension that I thought might be useful to others here. I was often needing to quickly share tables or lists from NetSuite records, whether to coworkers or to give context to AI tools; and copying data manually was a pain. This extension lets you export NetSuite tables and lists as JSON or CSV with one click. It supports multiple tables per page, preserves data types, and works well with standard NetSuite structures. If you give it a try, I’d really appreciate any feedback. I’m totally open to suggestions and happy to improve it in future versions. https://chromewebstore.google.com/detail/netsuite-export-tables-an/ogdonedngocppnchjcofppkpbbncemlm Thanks!
šŸ‘ 4
šŸ‘šŸ» 1
šŸ™Œ 4
āœ… 1
n
How do you get it to output list data? Or do you not mean Lists but views? So for example if I navigate to Customise --> Lists and select a custom list it fails. Do you only support native Lists? That being said whilst Departments worked Subsidiaries failed. I navigated to the result of the global search Page:subsidiaries if it helps to debug šŸ™‚ Otherwise, I love export as JSON šŸ˜„
m
Thank you @NElliott for your feedback, I did check the subsidiaries page and worked out for me, but I will investigate and look for the issue, expect a new version soon with that fixed! Thanks again for taking the time to write this! šŸ˜„
šŸ‘šŸ» 1
n
Because you seem to scrape the HTML on the page and don't load / run a list / search you only get the first page of results. It's a cool little tool but on that basis it's quite limited. šŸ˜ž The native "Export as CSV", (unless that's another of my many chrome extensions 🤭) ,exports the whole search result set. It's a shame, because I liked the JSON option!