Skip to content

DataExportSource

Magnus Gether Sørensen edited this page Aug 9, 2018 · 2 revisions
(**
DataExportSource
*)
#load @"_Config.fsx"
open _Config
open DG.Daxif

let entities = 
  [|
    "account"
    "contact"
  |]

Data.Export(Env.dev, entities, Path.Daxif.dataFolder)