fn build_folder_records(
folders: &[String],
config: &AtlasMapConfig,
db_purposes: &BTreeMap<String, String>,
) -> Result<(Vec<MapRecord>, Vec<String>, BTreeMap<String, Vec<String>>), AtlasMapError>Expand description
Build folder records and validation lists.