Main Content
getData
Syntax
diagnostic = getData(adapterObj,sourceWorkspace,prevChecksum,diagnostic)
Description
populates the data from the external source file into a data source workspace.diagnostic
= getData(adapterObj
,sourceWorkspace
,prevChecksum
,diagnostic
)
Custom file adapters must define behavior for the getAdapterName
,
getSupportedExtensions
, and getData
methods. In addition, you can
choose to override the isSourceValid
,
supportsReading
,
getSectionNames
,
open
, and close
methods.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2022b