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

Parser for RIS file format.

Dart parser for RIS text format.

Usage #

A simple usage example:

import 'package:ris_parser/ris_parser.dart';

main() {
  var risText = '''
TY  - JOUR
AU  - Shannon, Claude E.
PY  - 1948/07//
TI  - A Mathematical Theory of Communication
T2  - Bell System Technical Journal
SP  - 379
EP  - 423
VL  - 27
ER  - 
''';

  Iterable<RisRecord> records = parseRis(risText);
  print(records);
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

Credentials

Inspired by A very simple RIS file parser

0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Parser for RIS file format.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on ris_parser