How to change the separator for csv " ; " on the other?
Разработка сайтов на MODx
you can try to change
$this->delimiter=’;’;
in fast_content_csv.class.inc.php
thx Bruno17
When tutorials in English, or even better video screencasts...?
Разработка сайтов на MODx
What parameters should be put in the module that he would update the documents?
New problem with changing the dividing line!
Разработка сайтов на MODx
I did a try with • and it worked for me. Are you sure to have changed the code and have uploaded the changed version and it is realy the same delimiter in your csv-file and in $this->delimiter= ?
To update documents you have to choose a match field.
as example id, you need this field in your csv-file of course.
Or use an other field which is unique or an combination of more than one fields.
can you point where is in repositrory fast_content_csv page, can’t find any?
and why all tutorial in deutsch?
is there any in english?
i know, i’d hope that i’ll find some faq or help in repository
New Features:
make it possible to export/edit all child-documents in all levels under a startparent
added phx-modifier childIds which returns all childIds of the placeholder-value
added phx-modifier options which returns the options as output to work with it in the next modifier