Hello,
I have textpipe v6.2.9. I am running an extract matches filter where the data entered looks like this:
4373 Holiday Hills Dr please call 903-940-2843
The filter I designed works just great, it extracts the address and phone number (which is what I need it to do). However, when it returns the information it gives it to me like this:
4373 Holiday Hills Dr
903-940-2843
Is there a way to have it return the information like this:
4373 Holiday Hills Dr 903-940-2843
Thanks!
Returning Data on One Line
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
- DataMystic Support
- Site Admin
- Posts: 2229
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Yes - don't include a new line in the replacement text. What are you search string and replacement string?
Regards,
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads
How do I not include a new line in the replacement text? My search string is a string of variables separated by the | alternative. When it picks up one of the alternatives, it places it on a new line.
So for example, in a text file it will pick up the first alternative
4373 Holiday Hills Dr
Then the next alternative is 903-940-2843
which it places on a new line.
The entire string is far to large to post here.
Thanks in advance for your help.
So for example, in a text file it will pick up the first alternative
4373 Holiday Hills Dr
Then the next alternative is 903-940-2843
which it places on a new line.
The entire string is far to large to post here.
Thanks in advance for your help.

- DataMystic Support
- Site Admin
- Posts: 2229
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Make sure the replacement string does not end in a new line or \r\n characters.
Regards,
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads
- DataMystic Support
- Site Admin
- Posts: 2229
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Then you must be capturing the \r\n from the end of the text, and then outputting it to the replacement. TextPipe does not add any text.
Regards,
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads