csv icon indicating copy to clipboard operation
csv copied to clipboard

[DocumentManager] The view service did terminate with error: Error Domain=_UIViewServiceErrorDomain Code=1 "(null)" UserInfo={Terminated=disconnect method}

Open pen110 opened this issue 2 years ago • 1 comments

[DocumentManager] The view service did terminate with error: Error Domain=_UIViewServiceErrorDomain Code=1 "(null)" UserInfo={Terminated=disconnect method}

I just use this final input = new File('a/csv/file.txt').openRead(); final fields = await input.transform(utf8.decoder).transform(new CsvToListConverter()).toList();

pen110 avatar Apr 23 '23 08:04 pen110

This error doesn't sound like it has anything to do with the conversion.

What happens, if you don't transform, but read the file as string?

close2 avatar Apr 23 '23 16:04 close2