建議讀資料庫,用API寫入資料庫https://data.ntpc.gov.tw/datasets/308DCD75-6434-45BC-A95F-584DA4...
如果你打算明年還要使用這隻程式的話,就用資料庫存如果今年底以後就不再管這隻程式的話,就用文字檔存
var result = from c in 你的TABLE group c by c.fUId into g...
StringBuilder sel = new StringBuilder(); sel.Append("select fUid "); s...