Kilo 6.1 #182
gk-brown
announced in
Announcements
Kilo 6.1
#182
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Kilo 6.1 is now available. This release includes a new
CSVDecoderclass that facilitates efficient processing of tabular data. Theread()method of this class returns aList<String>representing the contents of a single row. ThereadAll()method returns anIterable<List<String>>that can be used to process an entire CSV document as a stream of rows. A similar method was added toJSONDecoderfor processing JSON arrays. See the bulk upload service example for more information.This version also drops support for
Dateas a service method parameter type.Instantcan be used instead.Longcan be used for backwards compatibility.Beta Was this translation helpful? Give feedback.
All reactions