Question: How to use "CsvListDataStore"

(from github.com/stm0209)
Would you tell me “CsvListDataStore”?
For example,setting of “Script” and “Parameter”.
I was looking for SampleData,but not found.

Thank you for your cooperation.

(from github.com/marevol)
See Data Store Config.

(from github.com/marevol)
Oops, for csvLISTdatastore, you can create sample data by the following script.
https://github.com/codelibs/fess-testdata/blob/master/tools/csvlistdatastore.sh

(from github.com/stm0209)
Thank you very much for your prompt reply.
Sorry,What should I set in an “event_type”?
Please tell me “SampleCSV Format”.

I’m sorry to be so inquisitive.

(from github.com/marevol)
Did you run csvlistdatastore.sh?
It creates csv file.
event_type is modify or delete for an indexing action.

(from github.com/stm0209)
Sorry for replying so late.
I was able to confirm it.Thank you.