Forum Discussion
KatieBSc
Jan 16, 2020Copper Contributor
Implicit intersection operator: @
Hi, I'm trying to figure out the new implicit operator @ changes. I have .txt files that I pull into excel as part of a regular reports I run. Several of the values did (and should) report a value st...
JKPieterse
Jan 16, 2020Silver Contributor
KatieBSc Can you perhaps upload one of those txt files from which you've replaced sensitive information with nonsense? We only need like 2 or 3 rows of data. IN the mean time, read this: https://jkp-ads.com/articles/importtext.asp for a way to import a textfile and set the datatype of each column. Set the column with the @ as text and it should work.