Hi David,
We will try and locate a Windows 11 computer to test against.
Regards,
Simon
Search found 2222 matches
- Thu May 25, 2023 8:14 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: TextPipe 12 in Windows 11 - UI text size problem - Accessibility
- Replies: 12
- Views: 89480
- Wed Apr 12, 2023 7:35 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: TextPipe 12 in Windows 11 - UI text size problem - Accessibility
- Replies: 12
- Views: 89480
Re: TextPipe 12 in Windows 11 - UI font size problem - Accessibility
Hi David - we don't specify the font size anywhere - we use the system font and size
- Sat Feb 18, 2023 8:33 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: TextPipe 12 in Windows 11 - UI text size problem - Accessibility
- Replies: 12
- Views: 89480
Re: TextPipe 12 in Windows 11 - UI font size problem
Hi David - we don't specify the font size anywhere - we use the system font and size. There may be some Windows preferences that you can set for TextPipe that can control this.
- Sat Feb 18, 2023 8:31 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: TextPipe 12 wan't start
- Replies: 1
- Views: 21878
Re: TextPipe 12 wan't start
Works fine here!
- Wed May 18, 2022 7:18 pm
- Forum: Jade App
- Topic: Jade logging out
- Replies: 0
- Views: 67190
Jade logging out
We have heard that for some customers, Jade logs them out periodically. For others, it shows tips on every screen even though they have seen them before. The tips re-display issue actually happened to us for the first time a few days ago. We have also heard that logs do not sync all the time - it is...
- Thu Jan 06, 2022 11:37 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: TextPipe 11.8.1 - bug? - Folder name error
- Replies: 1
- Views: 23243
Re: TextPipe 11.8.1 - bug? - Folder name error
Thank you - we've fixed this issue across a few other screens as well, and this is being released as we speak in v11.9.1
- Wed Dec 15, 2021 10:30 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: TextPipe 11.9 download still downloads v11.8
- Replies: 1
- Views: 20914
Re: TextPipe 11.9 download still downloads v11.8
Hi David - I assume this was resolved months ago, looks fine now.
- Wed Jul 28, 2021 7:26 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Convert old TextPipe filters to new JSON format
- Replies: 0
- Views: 40255
Convert old TextPipe filters to new JSON format
Using a DOS or PowerShell loop, you can iterate over existing *.fll files, and use a command line similar to the following to save all filter files in the new format.
Code: Select all
for %f in (*.fll) do "c:\program files\datamystic\textpipe.exe" "/f=%" /savefilter /q
- Fri Jun 11, 2021 2:29 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Conditional Subpatterns
- Replies: 1
- Views: 22319
Re: Conditional Subpatterns
Hi there,
How large is the XML content? You can use an EasyPattern like this:
And set the replace with to
You can then add subfilters which trigger only when the match occurs.
How large is the XML content? You can use an EasyPattern like this:
Code: Select all
[ 0+ chars,
'value1' or 'value2' or 'value3',
longest 0+ chars ]
Code: Select all
$0
- Mon May 03, 2021 10:21 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: A corner case when converting bicameral text to Sentence case...
- Replies: 1
- Views: 22122
Re: A corner case when converting bicameral text to Sentence case...
Thanks David - we will look at this for the next release
- Wed Apr 21, 2021 8:55 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: TextPipe 11.8 released
- Replies: 1
- Views: 23063
TextPipe 11.8 released
TextPipe is a market leading self-service data preparation solution for data extraction. Extract, transform and load (ETL) data from anywhere - giving super powers to your data-wranglers such as ETL developers, programmers, data scientists and data analytics professionals. Connect to multiple data s...
- Thu Apr 01, 2021 7:43 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Remove multiple whitespace logs 0 whitespaces removed when a tab is replaced by a space
- Replies: 1
- Views: 21610
Re: Remove multiple whitespace logs 0 whitespaces removed when a tab is replaced by a space
Thanks David - this has been fixed for 11.8
- Thu Apr 01, 2021 7:35 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Scanning a line for a code - then using that code to update the related line.
- Replies: 2
- Views: 25225
Re: Scanning a line for a code - then using that code to update the related line.
Hi there, TextPipe isn't designed to solve the problem this way. In principle, consider that TextPipe processes your entire file with the first filter, before passing it into the next filter. So the cause-effect you're after here will only work for the last occurrence. Also, regex matches are built ...
- Thu Apr 01, 2021 7:29 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Support case conversion for all Unicode bicameral scripts
- Replies: 3
- Views: 30866
Re: Support case conversion for all Unicode bicameral scripts
Thanks David, I suspect we will have to redo these using UTF-8 as the input
- Thu Apr 01, 2021 7:28 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Suggestion: Support Markdown in TextPipe Comment filters
- Replies: 1
- Views: 22007
Re: Suggestion: Support Markdown in TextPipe Comment filters
Thanks for the suggestion David!