How to Read Data from XML and Store to CSV

How to Read Data from XML and Store to CSV

We had a requirement where the input file coming from the customer was XML but it was supposed to be executed through an external application which accepted CSV file. So, in this blog post I will cover how to read data from XML and then store them to CSV file. It is...
How to Send Item Quantity Data to Amazon Using AWS

How to Send Item Quantity Data to Amazon Using AWS

In this blog post, I will try to cover how to send item quantity data to Amazon and parse the results from Amazon using AWS. We used C# with Amazon SDK leveraging AWS. Scenario: We get the list of items that had change in available qty within the last hour. The data...
How to Record Time Entry Input in NetSuite Pages

How to Record Time Entry Input in NetSuite Pages

In this blog post, I will try to cover how to handle the time entry input in NetSuite pages and if there is a need to automatically increment the time entered to the next time value. The time entry is used in various pages in NetSuite such as daily timesheet entry,...