Skip to main content
Solved

Import scenario with no header records

  • November 9, 2021
  • 2 replies
  • 266 views

missyjimmy
Freshman II
Forum|alt.badge.img

One of my clients receives a payroll file with no header records. They can import into Quickbooks by mapping the data field to the column in the excel file. Does Acumatica allow this type of mapping? For example, Column A = Date, Column B = Amount...In the Data Provider or Import Scenario can I specify Column A = Date?

Best answer by Naveen Boga

Hi @missyjimmy  I don’t think it is possible in standard default Acumatica.

In the Import Scenarios, either we need to provide the mapping using header fields or we can provide the static values, but with out header fields we can not do the mapping in Acumatica.

2 replies

Naveen Boga
Captain II
Forum|alt.badge.img+20
  • Captain II
  • Answer
  • November 12, 2021

Hi @missyjimmy  I don’t think it is possible in standard default Acumatica.

In the Import Scenarios, either we need to provide the mapping using header fields or we can provide the static values, but with out header fields we can not do the mapping in Acumatica.


benb1977
Jr Varsity II
Forum|alt.badge.img
  • Jr Varsity II
  • March 17, 2026

Hi ​@missyjimmy,

I know this is an old post, but I was looking for a similar solution yesterday and found a surprisingly simple solution.

If you create a simple sample file that only contains headers, you can use this to set up the data provider. Then on each import operation, check the ‘Skip Headers’ checkbox on the ‘Details’ tab. This will then not look for a header row.

The downside is that you have to do this for every import operation, but it works. You can actually set up another data provider type that permanently ignores headers, but this requires some C# coding.

Cheers,

Ben.