Example #1
0
 internal static SortResults SortFixedWidth <T>(MasterFixedWidthFileSource <T> master, string destinationFolder)
 {
     return(SortFile.SortFixedWidthByKeyCore <T>(sourcefilePath: master.SourceFilePath,
                                                 getKey: master.GetKey,
                                                 destinationFolder: destinationFolder,
                                                 hasHeader: master.HasHeader,
                                                 isUniqueKey: false,
                                                 sortDir: master.SortDirection,
                                                 deleteDbConnPath: false,
                                                 writeOutSortFile: false));
 }