Json to Struct and Json or Csv to Datatable
Json to Struct and Json or Csv to Datatable
Get a Json or CSV string from a file or network or anywhere, read it into a DataTable at runtime, and then convert the content into a matching structure.The values in the structure can be all data types supported by the Unreal system.
V2 version of Json and Struct conversion function has fixed these problems, but if it is converted to DataTable, still need to pay attention.
Json or CSV data needs a matching structure.(The field name must not be “Name” or a system reserved name)
Please avoid spaces in the field names, because after the project is packaged, the spaces in the field names will be modified in the Unreal system.
As a result, the fields with spaces cannot be parsed correctly after the project is packaged. This issue was raised by “CedkM” and Test it out together.
Features:
Parse JSON or CSV string into a DataTable
Parse DataTable into JSON or CSV string
Parse struct into a JSON string
Parse JSON string into a struct
Read file as string
Code Modules:
JsonCsvToDataTableToStruct (Runtime)
Number of C++ Classes:1
Network Replicated: (No)
Supported Development Platforms: (“Windows”,“Mac”)
Supported Target Build Platforms: ( “Win64”, “Mac”, “Linux”)
Supported Unreal Engine Versions: 4.22 – 4.27 and 5.0 – 5.5
note: In theory it should work on all platforms, but I have no equipment to test it, if you have problems using it, please let me know.
Original_Link_https://fab.com/listings/1f316c75-2af4-4f29-b517-ac3173498e5d
DOWNLOAD FROM HOT4SHARE.COM
DOWNLOAD FROM SYNCS.ONLINE