Skip to content

Use target from WithTarget in import format definitions #184

@dcolleoni

Description

@dcolleoni

This example shows how cashflow import format uses DataSource as targe
image

To fix this issue one should use the options available in the format:
ImportVariable.DefineFormat(Format, async (options, dataSet)=>
this options contain
public IDataSource TargetDataSource { get; init; }
to be used as target

As consequence:
improve the SequenceImportTest by removing the second call to Initialization.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

Status

✅ Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions