CSV Import with custom Identity Part Separator in RavenDb -


i'm preparing csv file imported ravendb, , have column named raven-entity-name specify collection documents have imported.

this data used asp.net mvc app, , ravendb's default identity part separator (/) doesn't wreck havoc routes, define custom 1 on app's start-up:

documentstore.conventions.identitypartsseparator = "-"; 

the csv import generates id's using default separator, there way can specify custom identitypartsseparator when importing csv file or manually generating id's on csv file option?

no, there isn't. need load csv file using code control that.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -