Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

After parsing CSV file with APEX_DATA_PARSER, incorrect parsed-rows is reported.

nsuDevApr 13 2024 — edited Apr 14 2024

Good Evening,

When i parse a CSV file with apex_data_parser.discover or use apex_data_parser.get_file_profile i get an incorrect parsed-rows value if the number of rows is over 201. If the file contains 201 rows or less, the parsed-rows value is correct.

I've searched the forum and internet for other reports of this and can't find any so maybe i'm doing something wrong or it's an APEX configuration setting that needs changed?

Note, the parser is parsing all the records in the file successfully, it's just not reporting the correct number of rows parsed.

Happening since at least 18x. Currently using APEX 23x.

I haven't tested to see if this is happening with other types of files.

Can anyone confirm they are or aren't experiencing this issue with CSV or any other file types?

Thanks,

Jim

Comments

Post Details

Added on Apr 13 2024
0 comments
141 views