This might be the way railo and ACF treat dates. Ok, can you create a ticket for us on this here
https://ortussolutions.atlassian.net/browse/CONTENTBOX
Luis,
Created ticket CONTENTBOX-544 and added sample .cbox file
Is there a posibility to import contents from Twiki?
Hi Saravana–
There are a number of importers available already. All of the implement a common interface, so it should be possible. Feel free to check out the other implementations when you have a chance–would be great if you could contribute this importer to the collection!
https://github.com/Ortus-Solutions/ContentBox/tree/master/modules/contentbox/model/importers
We will welcome your pull request to add Twiki support.
If Twiki support is important to you and you don’t want to do the work, please consider sponsoring the feature.
Otherwise, you can put in a ticket
Thanks!
~Brad
ColdBox Platform Evangelist
Ortus Solutions, Corp
E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com
Brad,
The Twiki contents that i’m trying to import are stored in flat files (no database), also the files consists of some syntax’s like# %MAKETEXT{“Welcome to the [_1] web” args="%WEB%"}%We can write script to read data from flat files but how to handle the syntax’s like above.
Please let me know if you have any suggestions, that will be helpful for me to write an importer.
Thanks,
Saravanan K