The deprecated csv_in adapter could use a dir setting like ../../exampledata or ../data, so that you wouldn't need to have the entire path. This would make the project easily portable.
I can't seem to do this with toolkit_file_csv_input, and all the studio examples are still using the deprecated adapters. I am not interested in the non-managed invocation.
I don't get any error.
2014-09-26 15:43:22.856 | 13616 | container | [SP-3-150004] (0.527) sp(10836) Connection(standingdata_in/standingdata):: http://localhost:9786
2014-09-26 15:43:22.856 | 13616 | container | [SP-3-150004] (0.527) sp(10836) Connection(standingdata_in/standingdata):: esp://localhost:9786/default/algostrategies3
2014-09-26 15:43:22.856 | 13616 | container | [SP-3-150004] (0.527) sp(10836) Connection(standingdata_in/standingdata):: standingdata
2014-09-26 15:43:22.859 | 17580 | container | [SP-3-150004] (0.530) sp(10836) Connection(baskets_in/baskets):: http://localhost:9786
2014-09-26 15:43:22.859 | 17580 | container | [SP-3-150004] (0.530) sp(10836) Connection(baskets_in/baskets):: esp://localhost:9786/default/algostrategies3
2014-09-26 15:43:22.859 | 17580 | container | [SP-3-150004] (0.530) sp(10836) Connection(baskets_in/baskets):: baskets
How do I use a relative directory with the toolkit_file_csv_input adapter (managed).
Or I should use the deprecated adapters?