C# 클래스 DataMigration.CsvTabDelimitedParser

For some feeds, the LumenWorks.Framework.IO Csv does a better job than the home-grown ParameterizedDelimiterParser. But...it turns out there's a bug in the Microsoft Xml deserialization code when trying to specify \t in the plan. So instead we just derive from the CsvParser here, and hardcode the \t.
상속: CsvParser
파일 보기 프로젝트 열기: scoutmedia/DataMigration

보호된 메소드들

메소드 설명
GetDelimiter ( ) : void

메소드 상세

GetDelimiter() 보호된 메소드

protected GetDelimiter ( ) : void
리턴 void