Sergio Lopes Новичок Регистрация 08.01.2016 Сообщения 11 Благодарностей 0 Баллы 1 11.02.2016 #1 Hi, i need convert datatable in html to csv, some tip ? Exists some c# code to this? kind regards, Sérgio Aguiar
Hi, i need convert datatable in html to csv, some tip ? Exists some c# code to this? kind regards, Sérgio Aguiar
lokiys Moderator Регистрация 01.02.2012 Сообщения 4 812 Благодарностей 1 187 Баллы 113 11.02.2016 #2 Post some examples of files you want to convert and piece of template you have. Thanks
Sergio Lopes Новичок Регистрация 08.01.2016 Сообщения 11 Благодарностей 0 Баллы 1 12.02.2016 #3 I need to separate and store these rows and columns. Вложения Example.txt 2,3 КБ Просмотры: 452
lokiys Moderator Регистрация 01.02.2012 Сообщения 4 812 Благодарностей 1 187 Баллы 113 12.02.2016 #4 Well as I see first you should use regex to get your needed data to variables. Then add table to your project, and add your csv file. Save data in table and all your data will be in csv file.
Well as I see first you should use regex to get your needed data to variables. Then add table to your project, and add your csv file. Save data in table and all your data will be in csv file.
Sergio Lopes Новичок Регистрация 08.01.2016 Сообщения 11 Благодарностей 0 Баллы 1 12.02.2016 #5 do you doesn't have some example in code c# to clear datatable and organize in csv?
zortexx Client Регистрация 19.09.2011 Сообщения 2 520 Благодарностей 1 226 Баллы 113 13.02.2016 #6 It is not really possible to upload file with .csv extension on this forum. So I changed it to .txt. Вложения example.csv.txt 418 байт Просмотры: 549