delphi - .cvs to .ctt convert -



delphi - .cvs to .ctt convert -

goodday all,

i want know how can write .ctt file .cvs file? has msn contact list. hotmail works .cvs msn works .ctt

is possible in way?

thank you!

the .ctt file text file in xml format. outlook can output in several formats including .csv format (not cvs).

you can load csv file using tjvcsvdataset (a component in delphi jedi vcl library), , write out in xml .ctt file extension, using omnixml or msxml in delphi.

delphi contacts msn

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -