Page 1 of 1

concatenation error

Posted: December 16th, 2023, 3:05 am
by Omegachibwana
Hello everyone, I'm having an issue with an overwritten file during concatenation. 3 files were added, but no extra dictionary was input in the dictionary section leading to one of the data files being overwritten. Is there any way I can retrieve this data? please assist

Re: concatenation error

Posted: December 18th, 2023, 4:35 pm
by justinlakier
Hello,

Without a dictionary, the concatenated result may contain invalid or duplicate cases. However it still contains all of the cases of the original data file. Associating a dictionary during concatenation will allow the validation of cases and removal of duplicates. You can open the file in an SQLite database manager such as DB Browser for SQLite and examine the metadata to see which cases belong to which files, removing unwanted cases if needed, although a correct concatenation with a dictionary will remove any invalid/duplicate cases anyways. If you have further errors with the format of the concatenated data file and want us to take a look at it without posting it publicly, you can email your problem and the file to cspro@lists.census.gov.

Hope that helps,
Justin