mariomuja

Results 4 issues of mariomuja

I found that comparison of SQL scripts often leads to wrong results. For an example, please see the enclosed screenshot. ![2021-07-14_09h21_16](https://user-images.githubusercontent.com/13804419/125580229-70c0eb34-86e8-4825-b3a2-618501daed41.png) WinMerge shows "master_policy_number" (left side) and "quotation_id" (right side)...

Not a bug
text compare/merge
diff algorithm

I cloned the repo and called npm install - however, I cannot npm start. Can you help me? Regards, Mario ----------- C:\code\typescript-rest-boilerplate>npm start > [email protected] start C:\code\typescript-rest-boilerplate > ts-node src/index.ts...

it would be great to have an option to replace each line break in a field value by a single space character currently, line breaks are preserved in the resulting...

"need to escape but no escapechar set" got this error and fixed it by adding the bold part to line 283 writer = csv.writer(outfile, quoting=self.options['quoting'], delimiter=self.options['delimiter'], lineterminator=self.options['lineterminator']**,escapechar='\n'**) (the --escape parameter...