Repository: incubator-unomi
Updated Branches:
  refs/heads/master d2a480cf5 -> 2c5d5be4e


UNOMI-101 : Add hasHeader, hasDeleteColumn flags in importConfig (Update README)


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/2c5d5be4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/2c5d5be4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/2c5d5be4

Branch: refs/heads/master
Commit: 2c5d5be4e224b0ac526979e2afc3b65c7aaba4e7
Parents: d2a480c
Author: Abdelkader Midani <amid...@apache.org>
Authored: Tue Jul 4 16:51:53 2017 +0200
Committer: Abdelkader Midani <amid...@apache.org>
Committed: Tue Jul 4 16:51:53 2017 +0200

----------------------------------------------------------------------
 extensions/router/README.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/2c5d5be4/extensions/router/README.md
----------------------------------------------------------------------
diff --git a/extensions/router/README.md b/extensions/router/README.md
index a927075..f47c4bf 100644
--- a/extensions/router/README.md
+++ b/extensions/router/README.md
@@ -101,6 +101,10 @@ This extension is implemented using Apache Camel routes 
and can use Apache Kafka
     The attribute `propertiesToOverwrite` is a list of profile properties ids 
to overwrite, if **null** all properties
     will be overwritten.
     
+    The attribute `hasHeader` is a boolean that defaults to false (the 
imported file has no header).
+    
+    The attribute `hasDeleteColumn` is a boolean that defaults to false (the 
imported file' last column is a delete flag).
+    
     The attribute `active` is the flag to activate or deactivate the import 
configuration.
     
     Concerning oneshot import configuration using the previously described 
service will only create the import configuration, to send the file to process

Reply via email to