Hi,
New here and searched all over the internet and could not find an answer.
I have a CSV file with 499,846 rows in it.
Each row has a field or spaces separated by commas. The commas are used as delimiters so when I open this CSV file in Excel, those commas will be used as rows.
Example, each row looks something like this:
Patient ID, First Name, Middle Name, Last Name, DOB, admission date, report type
Each comma should represent it's own column when I open it in excel.
To better explain, I have a list of 499,846 rows opened in notepad++.
When I save this file as a CSV and open it in Excel I now have 499,579 rows.
But, when I go back and open this same exact file in notepad I have the original 499,846 rows.
The only conclusion I can think of is that excel is automatically removing duplicates as soon as I open the file in excel.
If that is the case, then what can I do stop having Excel remove my data when I open it?
New here and searched all over the internet and could not find an answer.
I have a CSV file with 499,846 rows in it.
Each row has a field or spaces separated by commas. The commas are used as delimiters so when I open this CSV file in Excel, those commas will be used as rows.
Example, each row looks something like this:
Patient ID, First Name, Middle Name, Last Name, DOB, admission date, report type
Each comma should represent it's own column when I open it in excel.
To better explain, I have a list of 499,846 rows opened in notepad++.
When I save this file as a CSV and open it in Excel I now have 499,579 rows.
But, when I go back and open this same exact file in notepad I have the original 499,846 rows.
The only conclusion I can think of is that excel is automatically removing duplicates as soon as I open the file in excel.
If that is the case, then what can I do stop having Excel remove my data when I open it?