Search found 2222 matches

by DataMystic Support
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: 11
Views: 52803

Re: TextPipe 12 in Windows 11 - UI text size problem - Accessibility

Hi David,

We will try and locate a Windows 11 computer to test against.

Regards,

Simon
by DataMystic Support
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: 11
Views: 52803

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
by DataMystic Support
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: 11
Views: 52803

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.
by DataMystic Support
Sat Feb 18, 2023 8:31 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: TextPipe 12 wan't start
Replies: 1
Views: 10587

Re: TextPipe 12 wan't start

Works fine here!
by DataMystic Support
Wed May 18, 2022 7:18 pm
Forum: Jade App
Topic: Jade logging out
Replies: 0
Views: 31194

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...
by DataMystic Support
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: 14991

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
by DataMystic Support
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: 12410

Re: TextPipe 11.9 download still downloads v11.8

Hi David - I assume this was resolved months ago, looks fine now.
by DataMystic Support
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: 23454

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
by DataMystic Support
Fri Jun 11, 2021 2:29 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Conditional Subpatterns
Replies: 1
Views: 14999

Re: Conditional Subpatterns

Hi there,

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 ]
And set the replace with to

Code: Select all

$0
You can then add subfilters which trigger only when the match occurs.
by DataMystic Support
Wed Apr 21, 2021 8:55 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: TextPipe 11.8 released
Replies: 1
Views: 15316

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...
by DataMystic Support
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: 15396

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 ...
by DataMystic Support
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: 15387

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