Hello there,
I’m trying to do a very specific export from one of my sites and I’m currently facing a problem.
The Site I’m talking about is selling used cars, so there is a taxonomy in which the sellers are approx choosing the kilometers of the car.
Example car has 49550 klm, seller choose the “50.000 Klm” and goes on. There are taxonomies for that from 50K to 220K and a lot of cars are already uploaded.
What I’m trying to achieve is to get only the Number at my xml without the “klm” that follow the number, but I wanna do it only for the specific data and not for the whole export.
Any ideas?
Thanks
WP All Export question, Possible to keep only number from specific Taxonomy?
[ad_1]

You can create a function which removes the text part during export process. This is possible to do in the wp all export interface. You have to write the function in the interface and wrap the value with the function. Im in a hurry so I cant give a more detailed answer, but that is the idea.
Make life easier on yourself. Export everything as a csv, load in excel / spreadsheet – and a simple search/replace on the column – you’re done.