Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect function signature in fileWriteCsv function in io API Docs #8693

Open
SasinduDilshara opened this issue Feb 16, 2024 · 1 comment
Assignees
Labels
Area/APIDocs Category/Content All written content related issues (Technical content, english language etc) Priority/High Issues with a high priority. Type/Bug Bugs that need to be fixed.

Comments

@SasinduDilshara
Copy link
Contributor

In the Ballerina API Docs (https://central.ballerina.io/ballerina/io/latest#fileWriteCsv) the signature of the fileWriteCsv function shown as follows.

function fileWriteCsv(string path, string[]|map<anydata>[] content, FileWriteOption option) returns Error?

But in the source code it is like following

public isolated function fileWriteCsv(string path, string[][]|map<anydata>[] content, FileWriteOption option = OVERWRITE) returns
Error?
@SasinduDilshara SasinduDilshara added Type/Bug Bugs that need to be fixed. Priority/High Issues with a high priority. Area/APIDocs labels Feb 16, 2024
@anupama-pathirage
Copy link
Contributor

@NipunaMadhushan Any update on this? Get this fixed asap.

@anupama-pathirage anupama-pathirage added the Category/Content All written content related issues (Technical content, english language etc) label Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/APIDocs Category/Content All written content related issues (Technical content, english language etc) Priority/High Issues with a high priority. Type/Bug Bugs that need to be fixed.
Projects
None yet
Development

No branches or pull requests

4 participants