Skip to main content

How to import/Update NetSuite Accounts via CSV

NetSuite Account Import/Update Template

If you're managing your business's finances using NetSuite, you'll appreciate the power of this software to help you keep track of your accounts. Here's a handy template to help you upload or update your chart of accounts via CSV Import. You can find this option under Setup > Import/Export > Import CSV Records.

NetSuite Account Import/Update Template Fields

Here are the fields you'll need to consider when creating your CSV file for import:

Field Name Required Description
Internal ID Optional (for update) Use this for updating existing accounts. Leave blank for new records.
Account Number Yes General Ledger account number (e.g., 4000).
Account Name Yes Name of the account (e.g., Sales Revenue).
Account Type Yes Must match NetSuite account types (e.g., Income, Expense, Bank, Credit Card, Accounts Payable, Accounts Receivable, etc.).

Sample Template (CSV Format)

Here's a sample of how your CSV file should look:

Internal ID,Account Number,Account Name,Account Type,Subsidiary,Description,Inactive
4000,Sales Revenue,Income,US Subsidiary,Product Sales,FALSE
6100,Office Supplies,Expense,US Subsidiary,Day-to-day supplies,FALSE
1234,2000,Accounts Payable,Accounts Payable,Canada Subsidiary,Updated Description,FALSE

How to Upload

Follow these steps to upload your CSV file to NetSuite:

  1. Go to Setup > Import/Export > Import CSV Records.
  2. Choose Record Type: Accounts.
  3. Select Add or Update.
  4. Upload your file.
  5. Map fields.
  6. Run Import and review the log for errors.
  7. With this template and these steps, you should be able to easily manage your accounts in NetSuite. Happy accounting!

Comments

Popular posts from this blog

NetSuite Workflows tips and tricks as an experienced Admin

NetSuite Workflows tips and tricks as an experienced Admin Summary: NetSuite Workflows allow admins to automate tasks, manage approvals, and control user interfaces. Essential elements include actions, triggers, and states. Sub-workflows can simplify complex workflows, and are reusable across multiple parent workflows. Workflows can sometimes be slow, especially with large data sets; using server-side scripts, limiting actions and states, and using scheduled scripts can optimize performance. Debugging workflows can be facilitated with the SuiteScript API and the "Show Workflow History" feature. SuiteFlow allows workflow creation without coding. Best practices include planning workflows in advance, testing in a sandbox environment, and using descriptive names for easier understanding. NetSuite Workflows Tips and Tricks for an Experienced Admin NetSuite Workflows are a powerful tool for any admin looking to improve business processes. They allow yo...

Latest Features in NetSuite Analytics Warehouse 2025.1

  The Latest Features in NetSuite Analytics Warehouse (NSAW) At DataAnts , we pride ourselves on empowering NetSuite customers to harness the full potential of their data using NetSuite Analytics Warehouse (NSAW). As Oracle continuously enhances NSAW, staying up-to-date with its latest features ensures businesses can take full advantage of its powerful analytics capabilities. Here's a rundown of the most recent updates to NSAW and how they can elevate your business intelligence strategies. 1. Enhanced Data Integration Capabilities The latest update introduces improved connectors for third-party applications. Businesses can now integrate data from Salesforce, Shopify, and more directly into NSAW. This expanded integration eliminates the need for external ETL processes, reducing data silos and enabling unified reporting across platforms. 2. AI-Driven Insights NSAW now features advanced AI-powered tools that automatically identify patterns and trends within your data. These insights i...

SuiteScript tips and tricks as an expert NetSuite developer

SuiteScript tips and tricks as an expert NetSuite developer Summary: This blog post provides advanced tips for NetSuite developers working with SuiteScript. It explains the benefits of SuiteScript 2.0 and 2.1, such as improved code organization and support for modern JavaScript features. It recommends using Map/Reduce scripts for large data sets and promises for asynchronous actions. The post highlights the importance of testing scripts before deployment, suggesting the use of NetSuite's Script Debugger tool and automated testing tools. The key to mastering SuiteScript, it concludes, is practice and learning from mistakes. SuiteScript Tips and Tricks for NetSuite Developers As a seasoned NetSuite developer, you already know that SuiteScript is a powerful tool for customizing your NetSuite account. However, there are always new features, best practices, and tricks to learn. In this blog post, we'll explore some tips that can make your SuiteScript de...