This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
± > mix deps.compile -I- | |
Uncaught error in rebar_core: {'EXIT', | |
{badarg, | |
[{re,split, | |
[[118,99,115,95,105,110,102,111,95,109,115, | |
103,95,48,95,61,40,37,70,123,99,121,97, | |
110,125,109,97,115,116,101,114,37,123,27, | |
91,51,52,109,37,125,64,37,70,123,121,101, | |
108,108,111,119,125,57,50,98,49,100,48,51, | |
37,102,37,70,123,114,101,100,125,9679,37, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defp escape(expr, type, params, binding, env) when is_list(expr) do | |
{parts, params} = | |
Enum.map_reduce(expr, %{}, fn {field, value}, acc -> | |
{value, params} = Builder.escape(value, {0, field}, acc, binding, env) | |
{{:==, [], [to_field(field), value]}, params} | |
end) | |
IO.inspect parts | |
expr = Enum.reduce parts, &{:and, [], [&1, &2]} | |
{expr, params} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"insurances": [{ | |
"affiliations": ["Anthem", "WellPoint"], | |
"insuranceplanname": "BCBS-CO: ANTHEM BCBS OF CO", | |
"insurancepackageid": 12059, | |
"addresslist": ["PO BOX 5747 DENVER CO 80217-5747"] | |
}, { | |
"affiliations": ["Anthem", "Taft Hartley", "WellPoint"], | |
"insuranceplanname": "BCBS-CT: ANTHEM BCBS", | |
"insurancepackageid": 2559, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"patientid": "37651" | |
}] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"insurancepolicyholdercountrycode": "USA", | |
"sequencenumber": 1, | |
"insuranceplanname": "BCBS-CO: ANTHEM BCBS OF CO", | |
"insurancetype": "Group Policy", | |
"insurancepolicyholderlastname": "MAGEE", | |
"insurancephone": "(888) 817-3717", | |
"insurancepackagestate": "CO", | |
"insurancepackagecity": "DENVER", | |
"insuredentitytypeid": 1, |
OlderNewer