Page 1 of 1

Splitting Files by keyword - Title issues

Posted: Tue Sep 13, 2016 11:21 am
by PapaLazarou
Hi,

I would like to be able to split the following example text....

# The quick brown fox
# jumps over
# the lazy dog

I know how to split into seperate text files using # as a keyword. However, I want the titles of each new files to adjust and each file to be saved as that line's content.

i.e. I would get three output text files......

The quick brown fox.txt
jumps over.txt
the lazy dog.txt

Any ideas guys?

Cheers.

Re: Splitting Files by keyword - Title issues

Posted: Tue Sep 13, 2016 12:15 pm
by Jim Bretti
I can't think of any way to do that in the current version of the splitter utility. We'll look at adding support in a future version of TextAloud.

Re: Splitting Files by keyword - Title issues

Posted: Wed Sep 14, 2016 3:39 am
by PapaLazarou
Excellent thank you