Windows Powershell读取制表符分隔文件问题
好吧,理论上我想要完成的事情应该非常简单,但我不知道出了什么问题。我正在尝试使用 import-csv cmdlet 读取 .tsv 文件。
我的语法是:
import-csv -path "myfile" -delimiter "`t"
问题是这只显示我文件中的第一列。为什么其他数据列不显示?我在记事本中检查了该文件,以验证数据实际上是由制表符分隔的,确实如此。
任何帮助将不胜感激。
OK so what I'm trying to accomplish should in theory be very easy but I can't figure out what's going wrong. I am trying to use the import-csv cmdlet to read in a .tsv file.
My syntax is:
import-csv -path "myfile" -delimiter "`t"
The problem is that this only displays the first column from my file. Why are the other data columns not being displayed? I checked the file in notepad to verify that the data is in fact separated by a tab and it is.
Any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请编辑您的问题并输入正确的数据。这是我根据您的评论看到的
Pls edit your question and put the right data. Here is what I see based on your comment