src/main/java/com/google/cloud/solutions/autotokenize/common/InspectionReportFileWriter.java [78:85]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            .withNaming(
                Contextful.fn(
                    colName ->
                        defaultNaming(
                            /* prefix= */ String.format(
                                    "col-%s", colName.replaceAll("[\\.\\$\\[\\]]+", "-"))
                                .replaceAll("[-]+", "-"),
                            /* suffix= */ ".json")))
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/google/cloud/solutions/autotokenize/pipeline/DlpInspectionPipeline.java [153:160]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                .withNaming(
                    Contextful.fn(
                        colName ->
                            defaultNaming(
                                /* prefix= */ String.format(
                                        "col-%s", colName.replaceAll("[\\.\\$\\[\\]]+", "-"))
                                    .replaceAll("[-]+", "-"),
                                /* suffix= */ ".json")))
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



