Skip to content

Commit

Permalink
Merge pull request #1579 from pczarn2/patch-3
Browse files Browse the repository at this point in the history
Update cfwddx.json
  • Loading branch information
pfreitag authored Oct 19, 2022
2 parents 725cbfe + f2c2785 commit 18c8611
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion data/en/cfwddx.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,14 @@
"railo": {"minimum_version":"", "notes":"", "docs":"http://railodocs.org/index.cfm/tag/cfwddx"},
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/tag/cfwddx"}
},
"links": []
"links": [],
"examples": [
{
"title": "Convert cron job file to cfml",
"description": "Reads instance's scheduled tasks file and converts it into CFML collection",
"code": "<cfset local.FileContents = FileRead(\"D:/ColdFusion/#Instance#/lib/neo-cron.xml\") />\n\t\t\t\t\t\t<cfwddx action=\"wddx2cfml\" input=\"#local.FileContents#\" output=\"local.structFileContents\" />\n<cfdump var=\"local.structFileContents\"",
"result": "Dump of the Scheduled Tasks cron file stored in the local.structFileContents variable",
"runnable": false
}
]
}

0 comments on commit 18c8611

Please sign in to comment.