Hi Team,
How can I dump the value of string datatype from a dataset(excel format) to the folder in text file format using python?
like :FROM:
path | text |
mv.wav | sdmgggggggggmgjsgajdmkdj |
now I want to create a text file(mv.txt) for the value of text column and save it in
TO: the folder named Data, with hierarchy: Data\test\pos\mv.txt
Kindly help us and thanks in advance.
Hi,
Based on what you describe I would suggest to:
I hope this helps.
Regards,