Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

pls help

Former Member
0 Likes
516

Hi friends,

I have a Microsoft word document with some data in tabular format.....but i want this content to display in text file format....

kindly suggest me how to do it and let me know wat functional module to be used..

Guarant u points wil b rewards..

Regards..

Balaji

4 REPLIES 4
Read only

sridevi_p
Active Contributor
0 Likes
481

Hi,

Try saving the file in '.txt' format. In the Save as dialog box, choose the Filetype as 'Plain text'

I fyou want Lien break, specify it in the next dialog box.

Regards,

sridevi

Read only

Former Member
0 Likes
481

Hi Sridevi,

Thanks for ur response..but i want the data to b printed in horizontal format with comma or colon seperator....so is ther any options provided in the dialog bix u menntioned ?

Thanks in advance.....

Read only

sridevi_p
Active Contributor
0 Likes
481

Hi,

Copy the table and paste it in Excel

In excel u save it in CSV format.

If u open the CSV file in notepad, it will be comma separated and ur goal is acheived.

Regards,

sridevi

<b>* Pls. assign points, if useful</b>

Read only

Former Member
0 Likes
481

<b>Hi,

I think there is no FM to convert word file to text file... Why don't you convert it manually (File->Save as->in save as type give 'Plain Text' ) and then use the file.

regards,

Pavan P.</b>