0.4deprecatedExport Entry
Export a section's entries into a .csv. This extension is deprecated by the Import/Export CSV.
Clone URLhttps://github.com/brendo/export_entry.git
Add as a submodulegit submodule add https://github.com/brendo/export_entry.git extensions/export_entry --recursive
Compatibility
2.x.x | 2.1.x | 2.2.x | 2.3.x | 2.4.x | 2.5.x | 2.6.x | 2.7.0 | 2.7.1 | 2.7.2 | 2.7.3 | 2.7.4 | 2.7.5 | 2.7.6 | 2.7.7 | 2.7.8 | 2.7.9 | 2.7.10 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
No | No | No | No | No | No | No | No | No | No | No | No | No | No | No | No | No | No. Soon? |
Readme
Export Entry
Version: 0.4.2 Author: Brendan Abbott [email protected] Build Date: 30th August 2010 Github Repository: http://github.com/brendo/export_entry Requirements: Symphony 2.0.6, ASDC & DatabaseManipulator Extension
Based on the Bulk Importer extension, this extension allows you to export entries from a particular section, with the option to filter entries by a linked bilink or selectbox link entry.
Export Entry outputs a csv file of the exported entries for download using each fields own prepareTableValue function to determine the output value.
[Bilink Field] http://github.com/rowan-lewis/bilinkfield [ASDC] http://github.com/pointybeard/asdc [Database Manipulator] http://github.com/yourheropaul/databasemanipulator
Installation
- Install the extension to extensions/export_entry
Usage
- Go to the System -> Export Entry menu
- Choose the section that contains the entries you want
- Optionally select a bi-link/selectbox-link field to filter on 3.5 Choose your filter handle
- Export
Changelog
[0.4] Added support to filter on and export entries using the Select Box Link field Tidied up the Javascript to be a bit nicer & faster Added some basic localisation support Better Error Handling when DatabaseManipulator is not present
[0.3] Completely overhauled the output to use each fields prepareTableValue function
[0.2] Now returns 'first item' from linked BiLink Fields in CSV Fixed UI Bug when switching from between sections Checks that field has data before output
[0.1] Initial
Version history
Requires Symphony 2.0.6
- Added support to filter on and export entries using the Select Box Link field
- Tidied up the Javascript to be a bit nicer & faster
- Added some basic localisation support
- Better Error Handling when
DatabaseManipulator
is not present
Requires Symphony 2.0.6
- Completely overhauled the output to use each fields prepareTableValue function
Requires Symphony 2.0.6
- Now returns 'first item' from linked BiLink Fields in CSV
- Fixed UI Bug when switching from between sections
- Checks that field has data before output
Requires Symphony 2.0.6