Bulk Insert from datatable using c#.net

Hi All,

I have a situation that I have to use the bulk insert using c#.net. The thing is the source is from the data table (dynamic data). Can you please someone help me to solve this ? Advance wishes.

Thank you

Hi @balupad14,

I suggest building an IEnumerable<T> from the DataTable (System.Data.DataTable, right?) and using the Bulk observable to index into Elasticsearch.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.