FCsvParser

A simple, efficient csv parser

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/Csv/CsvParser.h

Include

#include "Serialization/Csv/CsvParser.h"

Syntax

struct FCsvParser

Remarks

A simple, efficient csv parser

Constructors

Name Description

Public function

FCsvParser

(
    FString InSourceString
)

Construct with a string.

Functions

Name Description

Public function Const

const FRows ...

 

GetRows()

Const access to the parsed rows Rows are stored as arrays of parsed, null-terminated cell-strings.

Enums

Name

Description

Private enum

EParseResult

Internal enum to control parsing progress

Typedefs

Name

Description

FRows

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss