Merging blocks of word text from one file into another word file
Posted: Thu Mar 16, 2017 9:22 pm
I have two word files. I need to scan the first file finding paragraphs and saving to an array, a txt file, a csv file or similar.
Each paragraph may be several lines of text. A block of text. So I need to find part of the paragraph (max. 255 characters) and then select all the paragraph and save.
After this I need to insert the prior paragraphs in the second word file according rules.
The rules consist in finding strings in the second file that are replaced by the corresponding paragraph from the first file.
How can I do this with WordPipe ?
Best Regards
Each paragraph may be several lines of text. A block of text. So I need to find part of the paragraph (max. 255 characters) and then select all the paragraph and save.
After this I need to insert the prior paragraphs in the second word file according rules.
The rules consist in finding strings in the second file that are replaced by the corresponding paragraph from the first file.
How can I do this with WordPipe ?
Best Regards