csv_ya 1.0.0 copy "csv_ya: ^1.0.0" to clipboard
csv_ya: ^1.0.0 copied to clipboard

Yet another CSV parser that you may want.

example/csv_ya_example.dart

import 'package:csv_ya/csv_ya.dart';

void main() {
  const input = '''
a,b,c
a , b , c
"a","b","c"
"a""",b,c
"a" "b"c,b,c
''';
  final parsed = parseCsv(input);
  print('awesome: $parsed');
}
0
likes
0
pub points
24%
popularity

Publisher

verified publisherkkazuo.com

Yet another CSV parser that you may want.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

petitparser

More

Packages that depend on csv_ya