Convert Unicode file to ANSI using Bat file

此生再无相见时 提交于 2020-01-05 06:27:35

问题


I need to convert a unicode text file (19,000K) to an ANSI text file for use with Essbase.

I currently have this written to convert the file but only the first 7800 lines are copying.

This is what I have in my .bat file

cmd /a /c TYPE PVTBHFM_20160708.dat > PVTBHFM_ANSI.dat

What am I missing to fully convert this file?

Is there a way to save the file in a different location?

来源:https://stackoverflow.com/questions/38274847/convert-unicode-file-to-ansi-using-bat-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!