This site uses cookies.
Some of these cookies are essential to the operation of the site,
while others help to improve your experience by providing insights into how the site is being used.
For more information, please see the ProZ.com privacy policy.
kd42 Эстония Local time: 02:11 английский => русский
Jan 12
Good day,
What is a feasible way or [freeware] tool which can be used to find-replace the source data in a big (15kw) sdlxliff file? The changes that are required are simple, like "5mm" -> "5 mm" but they are numerous and randomly scattered in the source text.
Thank you.
Subject:
Comment:
The contents of this post will automatically be included in the ticket generated. Please add any additional comments or explanation (optional)
mikhailo Local time: 03:11 английский => русский + ...
Any text editor
Jan 12
Any text editor like Notepad++
xliff - XML plain text file
Subject:
Comment:
The contents of this post will automatically be included in the ticket generated. Please add any additional comments or explanation (optional)
Dan Lucas Великобритания Local time: 00:11 Член ProZ.com c 2014 японский => английский
CleanUp Tasks
Jan 12
kd42 wrote:
What is a feasible way or [freeware] tool which can be used to find-replace the source data in a big (15kw) sdlxliff file?
Search the SDL AppStore for CleanUp Tasks and install it. That will replace text in the source using regexes, and a lot more besides. It works well for me. Read the help and examples carefully.
Dan
Stepan Konev
Subject:
Comment:
The contents of this post will automatically be included in the ticket generated. Please add any additional comments or explanation (optional)
kd42 Эстония Local time: 02:11 английский => русский
Автор темы
Thanks a lot for your input, everyone
Jan 13
Thanks for coming to help me, guys.
I tried both methods and will use MS Word as a text editor for search/replace, because it allows me to limit the range to the essential data, without damaging the rest of it.
I am not skilled enough to use Notepad or other text editors and limit the range to the data between certain tags.
I do not like the usability and philosophy of Studio plugins, won't use them.
Happy translating and thanks again!
Subject:
Comment:
The contents of this post will automatically be included in the ticket generated. Please add any additional comments or explanation (optional)
Stepan Konev Россия Local time: 03:11 английский => русский
Thank you Dan
Jan 13
Dan Lucas wrote:
Search the SDL AppStore for CleanUp Tasks and install it. That will replace text in the source using regexes, and a lot more besides. It works well for me. Read the help and examples carefully.
I didn't know of that plugin. A very useful feature. Loads of thanks.
@kd42
If you choose to use MS Word, you can use the following regex replacement (with 'Use wildcards' checkbox ticked):
Find what: ([0-9])([A-Za-z])
Replace with: \1 \2
This regex will find any number ([0-9]) followed by any letter, either upper or lower case ([A-Za-z]), and replace it with same element number one (\1) followed by space and followed by same element number two (\2).
The regex will cover chemical formulas like Na2SO4 => Na2 SO4. Therefore, use it carefully.
***
([0-9]) = \1
([A-Za-z]) = \2
[Edited at 2021-01-13 22:20 GMT]
Subject:
Comment:
The contents of this post will automatically be included in the ticket generated. Please add any additional comments or explanation (optional)
kd42 Эстония Local time: 02:11 английский => русский
Автор темы
Thanks, Stepan
Jan 14
Thanks a lot, Stepan, for reconfirming my approach.
Since Studio XLIFF contains two instances of source one of which must not be changed, I plan to apply bold font attribute to the ranges which may be changed, and then limit the find-replace passes to bold characters only.
Subject:
Comment:
The contents of this post will automatically be included in the ticket generated. Please add any additional comments or explanation (optional)
Create customer quotes and invoices from within SDL Trados Studio
SDL Trados Business Manager Lite helps to simplify and speed up some of the daily tasks, such as invoicing and reporting, associated with running your freelance translation business.
Create your account in minutes, and start working! 3-month trial for agencies, and free for freelancers!
The system lets you keep client/vendor database, with contacts and rates, manage projects and assign jobs to vendors, issue invoices, track payments, store and manage project files, generate business reports on turnover profit per client/manager etc.