When you are showing the curl command only the bottom portion is visible. What is the full curl command you are using? Also, do you have a c# example for this?
@vijaykumarkr45962 жыл бұрын
He pasted above CURL url in below terminal and you can see it complete URL, goto 6:37 minute, you will get full URL
@phytonclass51545 жыл бұрын
Hi Jitendra, can u tell us how can we view data in a csv file which has more than 1 mill rows in it
@JitendraZaaInd5 жыл бұрын
CSV programs may not be able to show 1 million rows. Why would someone need 1M records in CSV ? use DB / Data warehouse to store millions record and run query / BI on top of that. check this - en.wikipedia.org/wiki/65,536
@vijaykumarkr39562 жыл бұрын
If i do file sampleReport.csv its showing this: " sampleReport.csv: Microsoft OOXML " , So this the file type in not csv, but its OOXML if i do: "file -I sampleReport.csv" its showing this: " sampleReport.csv: application/octet-stream; charset=binary " and "cat sampleReport.csv" not showing content in csv but in encoded, as this is in encoded binary format Any solution we have to get content in termianl itself using "cat sampleReport.csv" ? Please let me know, Thanks in advance
@evashif Жыл бұрын
Hi @vijaykumarkr3956 Were you able to get it eventually in a .csv format?