Issue #193 has been updated by Clément Oudot. File hsqldb added Category set to Core Status changed from New to Assigned Assigned to set to Clément Oudot Target version set to 1.2.x branch % Done changed from 0 to 10
Hello, I join an 'hsqldb' script, inspired by the lsc-sample one. The goal is to have it in the main bin/ directory, so we can just use bin/hsqldb --import, or bin/hsqldb --show I had to recopy some functions from bin/lsc, maybe we should have a common library between our scripts. I use lsc.properties to generate hsqldb.rc (it's ugly code with grep and sed, but it works) I do not have solution now to set the configuration directory, as we do in bin/lsc (option -f), any idea is welcomed. If this is ok for you, I can push the script in 1.2 branch ---------------------------------------- Feature #193: Better import from CSV http://tools.lsc-project.org/issues/show/193 Author: Clément Oudot Status: Assigned Priority: Normal Assigned to: Clément Oudot Category: Core Target version: 1.2.x branch Hello, I want to create a connector CSV -> LDAP. This is the use case of quickstart, and all the sample works great do do that. But I do not want to use the sample, I just want to configure LSC to do what I want. For now, there is now way to import CSV in HSQLDB in order to use SimpleJdbcSrcService in lsc.properties Two ideas: * Add the --import and --show target from sample/bin/lsc-sample to bin/lsc * Create a SimpleCsvSrcService source connector (see http://lsc-project.org/wiki/documentation/1.2/development/addingsourceconnector) -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-dev mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-dev

