https://github.com/pseudomuto/cforms-flattener
A library that will "flatten" out cforms entries into a single record per submission
https://github.com/pseudomuto/cforms-flattener
Last synced: about 1 year ago
JSON representation
A library that will "flatten" out cforms entries into a single record per submission
- Host: GitHub
- URL: https://github.com/pseudomuto/cforms-flattener
- Owner: pseudomuto
- Created: 2013-01-28T21:04:25.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-26T18:28:10.000Z (over 13 years ago)
- Last Synced: 2025-01-30T14:52:51.984Z (over 1 year ago)
- Language: C++
- Size: 10.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cforms-flattener
A library that will "flatten" out cforms entries into a single record per submission an export to a CSV File
## Usage
cforms-flattener
## Sample Usage
Make a configuration file containing the following lines
tcp://HOST:PORT
USERNAME
PASSWORD
CATALOG
TABLE_PREFIX
For example assume we create a file called config
tcp://localhost:3306
root
myRootPassword
wp_cforms_demo
wp_
To run the application, execute the following command
cforms-flattener config myformid output.csv