Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/amazon-web-services/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Amazon web services AWS精确定位段属性格式(csv)_Amazon Web Services_Aws Pinpoint - Fatal编程技术网

Amazon web services AWS精确定位段属性格式(csv)

Amazon web services AWS精确定位段属性格式(csv),amazon-web-services,aws-pinpoint,Amazon Web Services,Aws Pinpoint,我正在尝试解析模板中的列表,无法确定要使用什么格式,这是我的模板代码 <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <ul class

我正在尝试解析模板中的列表,无法确定要使用什么格式,这是我的模板代码

<!DOCTYPE html>
    <html lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<ul class="people_list">
  {{#each User.UserAttributes.objectCheck}}
    <li>{{this}}</li>
    {{else}}
<p class="empty">No content</p>
  {{/each}}
</ul>
</body>
</html>
到目前为止我已经试过了

["foo", "bar"]
{["foo", "bar"]}
{objectCheck:["foo", "bar"]}
["foo", "bar"]
{["foo", "bar"]}
{objectCheck:["foo", "bar"]}