Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

UR::DataSource::CSV - Parent class for data sources using DBD::CSV

Description

       UR::DataSource::CSV is a subclass of UR::DataSource::RDBMS and can be used for interacting with CSV
       files.  Because of the limitations of the underlying modules (such as SQL::Statement only supporting one
       join at a time), this module is deprecated.

       UR::DataSource::File implements a non-SQL interface for data files, and is the proper way to use a file
       as a data source for class data.

perl v5.38.2                                       2024-06-15                           UR::DataSource::CSV(3pm)

Name

       UR::DataSource::CSV - Parent class for data sources using DBD::CSV

See Also