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 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.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.