
Description
Changelog: https://docs.google.com/document/d/1IN8qn2Qh9cWssJg-c0MnI8MNjoLwS5Fx2Bx_qajOCBI/edit?usp=sharing
Looking for a plugin to load a file to a string? Checkout our free File SDK plugin.
Blueprint CSV Parser is a plugin that allows you to deserialize (aka parse) data in CSV (Comma Separated Value) format. This is useful for storing information on disk or in the cloud and need to incorporate it into your game. Once you've retrieved that information (i.e. by loading a file to a string), the CSV Parser plugin will help you parse the data to be interactable.
NOTE: This plugin only supports data that has ASCII characters.