Opening a .NET sdt file (serialized datatable) in Ruby -
i'm making call out service returns .sdt files. need able open them, , validate data.
this portion part of bigger ruby project, need able using ruby. know how can go opening .sdt file, format can use in ruby? maybe convert xml, or json, can parse through.
i eneded writing sdt json converter in .net, making use of library: json.net
once got executable built, made call out in ruby , had generate json files me. @ point, should able load files in memory via ruby.
Comments
Post a Comment