Tag: Development

Community

Database Visualization

(VGirish) When handling a project with hundreds of tables, it takes some time to understand the flow within the database. Especially so if there is no document available. A possible scenario is legacy code up for maintenance or migration. After going through just a few tables, it starts to become to

Community

Converting CSV Data to Objects

(Jeff Brand) CSV files are still found all over, and developer’s often are faced with situations for parsing and manipulating that data. Often times, we want to take the CSV data and use it to initialize objects. In this article, we’ll take a look at one approach to mapping incoming CSV data to our