Skip to content

Commit

Permalink
Fix for Issue #22 - Added support for parsing data strings with no time
Browse files Browse the repository at this point in the history
"ISO String To Timestamp.vi" doesn't support date strings #22
  • Loading branch information
jimkring committed Sep 19, 2017
1 parent 4bd6e5e commit 7a44f5a
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 14 deletions.
Binary file not shown.
Binary file modified src/Deserializer/JSON Deserializer/ISO String To Timestamp.vi
Binary file not shown.
41 changes: 27 additions & 14 deletions src/Deserializer/JSON Deserializer/JSON Deserializer.lvclass

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/JSON Serialization.lvproj
Expand Up @@ -186,7 +186,9 @@
<Item Name="whitespace.ctl" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/whitespace.ctl"/>
<Item Name="General Error Handler CORE.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/General Error Handler CORE.vi"/>
<Item Name="Simple Error Handler.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Simple Error Handler.vi"/>
<Item Name="LV70DateRecToTimeStamp.vi" Type="VI" URL="/&lt;vilib&gt;/_oldvers/_oldvers.llb/LV70DateRecToTimeStamp.vi"/>
</Item>
<Item Name="Test Parse ISO 8601 Timestamps.vi" Type="VI" URL="../../test/Test Parse ISO 8601 Timestamps.vi"/>
</Item>
<Item Name="Build Specifications" Type="Build"/>
</Item>
Expand Down
Binary file modified test/Test Deserialize.vi
Binary file not shown.
Binary file added test/Test Parse ISO 8601 Timestamps.vi
Binary file not shown.

0 comments on commit 7a44f5a

Please sign in to comment.