Documentation ¶
Index ¶
- func ConvertMapToStringMap(data []map[string]interface{}) ([]map[string]string, error)
- func ProcessJSONInput(filePath string, rules transform.TransformationRules) ([]map[string]string, error)
- func ReadCSV(filePath string) ([]map[string]string, error)
- func ReadFirebase(client *firestore.Client, collection string) ([]map[string]interface{}, error)
- func ReadJSON(filePath string) ([]map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertMapToStringMap ¶
ConvertMapToStringMap converts a slice of maps with interface{} values to a slice of maps with string values.
func ProcessJSONInput ¶
func ProcessJSONInput(filePath string, rules transform.TransformationRules) ([]map[string]string, error)
ProcessJSONInput processes the input JSON based on transformations.
func ReadFirebase ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.