Skip to main content Skip to complementary content

NoConcatenate

Last updated: 9/1/2025

The NoConcatenate prefix forces two loaded tables with identical field sets to be treated as two separate internal tables, when they would otherwise be automatically concatenated.

Syntax:  

NoConcatenate( loadstatement | selectstatement ) 

Example:  

LOAD A,B from file1.csv;

NoConcatenate LOAD A,B from file2.csv;

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!