Hi all,
I'm running Stata 13.1. For a project, I'm importing some text files with one very long string field (the abstract for a grant proposal). I import the files using -import delimited file.csv, delimiter(comma) bindquote(strict) varnames(1) clear-. When I go to check out the imported file in the data viewer, I notice that some of the long strings are colored red, as normal, but some are colored a light gray. At first I thought it meant there was some truncation, but that doesn't seem to be the case. Is this something I should be worried about?
The kind of files I'm working with can be found here http://exporter.nih.gov/CRISP_Catalo...?sid=0&index=1 under "Abstracts". If, for example, you download the FY 1983 csv file and import it as I have, you should be able to replicate this. For example, I see application_id 4203764 and 4203843 as the only two gray abstracts in the first 50 lines, the rest are all red. I haven't been able to find any mention of this in the archives or by Googling.
Any insight would be very appreciated. Many thanks!
Conor
I'm running Stata 13.1. For a project, I'm importing some text files with one very long string field (the abstract for a grant proposal). I import the files using -import delimited file.csv, delimiter(comma) bindquote(strict) varnames(1) clear-. When I go to check out the imported file in the data viewer, I notice that some of the long strings are colored red, as normal, but some are colored a light gray. At first I thought it meant there was some truncation, but that doesn't seem to be the case. Is this something I should be worried about?
The kind of files I'm working with can be found here http://exporter.nih.gov/CRISP_Catalo...?sid=0&index=1 under "Abstracts". If, for example, you download the FY 1983 csv file and import it as I have, you should be able to replicate this. For example, I see application_id 4203764 and 4203843 as the only two gray abstracts in the first 50 lines, the rest are all red. I haven't been able to find any mention of this in the archives or by Googling.
Any insight would be very appreciated. Many thanks!
Conor
Comment