Using Umbraco 7.2.3. Is there an easy way (with or without a separate package even) to export everything in the Content section to some sort of a file? We'd like to send what we already have translated to our translation vendor, but I have to figure out how to get the text out of the Content section.
I know I could probably grab it all from the database, but that also includes the HTML and I'd rather not have to parse through it all to just get the text.
I did look at uSync, but it says in the documentation that it doesn't do Content. Which is specifically what I'm looking for. Wish it would have worked, since it seems like it would have made this pretty simple.
Hadn't been able to look into this until now, but I realize that the Content Edition hasn't been tested on 7.2.x versions, which is what we are currently on.
In the developer section of Umbraco, you can create an Umbraco package (really just a ZIP file), and that package can include content nodes. You might want to give that a try. I'm not sure how it stores the files for content, but it'd probably be worth looking into.
Export all content to file(s)?
Using Umbraco 7.2.3. Is there an easy way (with or without a separate package even) to export everything in the Content section to some sort of a file? We'd like to send what we already have translated to our translation vendor, but I have to figure out how to get the text out of the Content section.
I know I could probably grab it all from the database, but that also includes the HTML and I'd rather not have to parse through it all to just get the text.
Hi Kurt
Did you try uSync, it can help you to store all content from database to disk - https://our.umbraco.org/projects/developer-tools/usync/
Thanks,
Alex
I did look at uSync, but it says in the documentation that it doesn't do Content. Which is specifically what I'm looking for. Wish it would have worked, since it seems like it would have made this pretty simple.
Hi Kurt, you want the content edition of uSync: https://our.umbraco.org/projects/developer-tools/usynccontentedition/
-Amir
Well then...that's probably what I was looking for. I'll give that a shot. Thanks.
Hadn't been able to look into this until now, but I realize that the Content Edition hasn't been tested on 7.2.x versions, which is what we are currently on.
In the developer section of Umbraco, you can create an Umbraco package (really just a ZIP file), and that package can include content nodes. You might want to give that a try. I'm not sure how it stores the files for content, but it'd probably be worth looking into.
is working on a reply...