Another option might be (if you have access to Visual Studio and are familiar with, say, C#) to write a short program in a .NET language which converts that file into a CSV using the GetString method defined here https://docs.microsoft.com/en-us/sql/ado/reference/ado-api/getstring-method-ado
... View more