tt_address_csv_export
Copyright © by Martin Aarhof <martin@aarhof.eu>Published under the Open Content License available from http://www.opencontent.org/opl.shtml
Table Of Contents
- 1. Export everything from tt_address
- 1.1. Introduction
- 1.2. Users manual
- 1.3. Configuration
- 1.4. TypoScript
- 1.5. You can define which fields you want to exclude per default by adding this into your user TSConfig.
- 1.6. You can find your user tsconfig in: Admin tools > User Admin > edit your user > Options > TSConfig
- 1.7. Read online
- 1.8. Add this line to the user TSConfig
- 1.9. options.maa_tt_address_export_exclude = comma seperated list of exclude fields
- 1.10. Read online
- 1.11. The list is a comma seperated list fx.
- 1.12. options.maa_tt_address_export_exclude = uid,pid,www,gender
- 1.13. To-Do list
- 1.14. Change log
- 1.15. Version 0.1.1
- 1.16. Added support via TypoScript to automatic select exclude fields
- 1.17. Added support for selecting deleted and hidden addresses
- 1.18. Read online
- 1.19. Version 0.1.0
- 1.20. Has now added real Excel 2004 support
- 1.21. Read online
- 1.22. Version 0.0.4
- 1.23. Added this manual :)
- 1.24. Read online
- 1.25. Version 0.0.3
- 1.26. Read online
- 1.27. First real version
- 1.28. Supporting: CSV, XML and HTML (real excel will be added in one of the next releases)
- 1.29. This page is intentionally left blank
This document is related to version 0.1.1 of the extension maa_tt_address_export.