0

I was wondering if it is possible to integrate the csv import into a powershell/bash script (even if that means doing something with curl or friends). Essentially, what is achieved by the clicks on "Choose file" and "CSV Import" in Ranorex Studio - just "script style". I couldn't find anything in the docs or here...

Thanks !

Hiro Protagonist
  • 474
  • 3
  • 15

1 Answers1

0

Yes, this is possible. See this documentation topic: https://ravendb.net/docs/article-page/4.0/csharp/client-api/how-to/integrate-with-excel

Basically, you generate a URL and instead of using Excel to fetch it, you use curl or something similar.

Ayende Rahien
  • 22,925
  • 1
  • 36
  • 41