You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we already have a dependency on using Newtonsoft.Json; and it looks like it should be relatively easy to get the data out.
Then we either need to put it into a System.DataSet or a collection of System.DataTable and use the bulk insert feature of FAnsiSql or go the slower route of calling DiscoveredTable.Insert(Dictionary<DiscoveredColumn,object> values).
Hopefully we don't need to deal with auto increment because that is a no go for RDMP DLE.
Is your feature request related to a problem? Please describe.
A DLE attacher that can read
.json
and populate RAW tables is sought.If we can convert json to
System.DataSet
using a library then this should be very easyThe text was updated successfully, but these errors were encountered: