Search results for query: *

  • Users: Ankit
  • Content: Threads
  • Order by date
  1. Ankit

    Filtering an array in C# and classifying it

    Below I have an array of json coming from different data sources. and my job is to get ids for each item of json and pass them to different container based on what source it is coming. the way to differentiate here is that items coming from Source A will have properties Id,Project and ProjectId...
  2. Ankit

    Resolved CSVHelper throws error as "No header record found"

    Hi, Below is the code I am trying to read a csv and trying to copy the file in a tabular storage, but I receive the error as "No header record found". Below is sample csv which i am trying to read Sample CSv to be read: PartitionKey;Time;RowKey;State;RPM;Distance;RespirationConfidence;HeartBPM...
  3. Ankit

    Unzipping and reading a .gz (Gzip file) in C#

    Below is the method where I am reading a csv file from an azure blob container and later calling a function to copy the contents in a tabular storage. Now my requirement has bit changed and now .csv file will be compressed to .gz file in the blob container. I would like to know, how can I modify...
Back
Top Bottom