My text data file is like this:
{1000}xxx{1200} xxx{3000}xxxxxx {5000}
{1000}xx{1500}x xxxxx{4000}xx{6 000}
.
.
.

I need to convert to csv file or Excel file. What tools can I use? I tried with Excel but Excel did not work. Can Visual Basic do this kind of convert?

Thanks.