![]() |
Retrieving data from Txt file into datatable - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: Retrieving data from Txt file into datatable (/Thread-Retrieving-data-from-Txt-file-into-datatable) |
Retrieving data from Txt file into datatable - kriday - 07-16-2013 Hi I have written the following code to get data from txt file into datatable Code: Const ForReading =1 Code: The set DataTable.Value operation failed. The <A> column does not exist. I need help on this Thank you all RE: Retrieving data from Txt file into datatable - vinod123 - 07-17-2013 i am not able know the error you have committed so i have posting the code which i use Code: Public Function ReadLineTextFile (strTextFile) RE: Retrieving data from Txt file into datatable - srinijg20 - 07-19-2013 Hi Did u rename the column name as "A" if not rename it. RE: Retrieving data from Txt file into datatable - vinod123 - 07-23-2013 just rename the column name to A |