I have a number of CSV files with values of "" interspersed with data values. Under previous Wolfram versions, these imported as "" (which is how they appear in the file). However under Mathematica 14.2 (I just upgraded), I now have many many Missing[NotAvailable] instead of the "". The data is not missing.
I searched the forum under CSV and Missing[NotAvailable] and was surprised not to find something.
Command:
Import[ fileName.csv]
and similar result
Import[ filename.csv, "CSV"]
Obviously, no problem with I say Import[ fileName.csv, "Text"] as the problem is in the Import process.
I explored setting a MissingValuePattern, EmptyField, and other ideas, but nothing has worked yet.
Any recommendations (other than import text and do it myself)?