I have a flat text file with this content :
ga('send', 'event', 'Contact', 'About us', 'Contact form');
I know the column delimiter is "," the last column is the date late the word AMOSTRA, but what is the row delimiter.
答案 0 :(得分:0)
我无法判断你粘贴的内容 - 编辑器似乎添加了更多的行尾字符。 Bossa 和 Nossa 之间有回报吗?
大多数文本文件都是回车符和换行符 - {CR} {LF} 。如果你从一些时髦的来源(Unix,MAC)得到它,它可能只有一个换行{LF} 。
您应该可以选择一个并使用预览进行检查,以确保它是正确的。
您可以尝试在 NotePad ++ 中打开该文件。您可以转到查看 - >查看行尾字符显示符号 - >显示行尾。