filterDataUnique
Filter out cameras with a specific design value from a dictionary of camera arrays.Dictionary containing arrays of camera objects
Design value to exclude from results (case-insensitive)
Filtered dictionary with cameras that don’t match the specified design value
Usage
findCamara
Find a specific camera by its model identifier.Array of camera objects to search
Model identifier to match
Array of cameras matching the specified model
Usage
filterCamaras
Filter cameras by a specific key-value pair across all camera properties.Dictionary or object containing camera data
Property name to filter by (automatically normalized and lowercased)
Value to match for the specified key
Array of camera objects matching the key-value criteria
Usage
The key parameter is normalized using
normalizeString() to remove accents and converted to lowercase for matching.makeTextFile
Generate a downloadable text file from data, typically used for exporting camera information.Content to include in the text file
Object URL that can be used as a download link href
Usage
Related
- String Utilities - String normalization functions
- Constants - Configuration values for filtering