How can I Import-Csv a csv file that has multi-line fields
hello,
trying process csv file has multi line fields. if example open file notepad, this:
header 1, header 2, header 3......
header1text, header2text, header3text
header1text, header2text
header2 more text, header3text
excel seems able manage fine if open directly explorer, can't figure out how make work using import-csv.
there way work correctly? it's not big deal if have script in excel process data, nice if find out how things working correctly in powershell.
post copy of actual file.
import-csv can import files line breaks in fields long remaining bits correct csv.
\_(ツ)_/
Windows Server > Windows PowerShell
Comments
Post a Comment