Rhino ETL C# DelimitedRecord -


i know if there way ignore delimitedrecord if found in file string "70,000 - 99,999"

file sample:

1, "70,000 - 99,999" 6, "20,000 - 99,999" 8, "50,000 - 99,999"

[delimitedrecord(",")] public class myclass {     public string id;     public string size;  } 

i got solution.

i need use [fieldquoted()] annotation on field.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -